From: Tom Hughes Date: Sun, 9 Jun 2019 20:31:15 +0000 (+0100) Subject: Configure host name for squid caches X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/792c1eb95437d9d532eeb83832152a8cd5fd1811?hp=e2feaae73432cd3727581d5d21bd2c1956578d41 Configure host name for squid caches --- diff --git a/cookbooks/squid/templates/default/squid.conf.erb b/cookbooks/squid/templates/default/squid.conf.erb index a2f38b73f..0b8189d33 100644 --- a/cookbooks/squid/templates/default/squid.conf.erb +++ b/cookbooks/squid/templates/default/squid.conf.erb @@ -1,5 +1,8 @@ # DO NOT EDIT - This file is being maintained by Chef +#configure host name +visible_hostname <%= node.name %> + #FIXME - configurable cache_mem <%= node[:squid][:cache_mem] %>