X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ff618df7ab58cc64951b6459ebc3c34e6c676c8..2cb204175322890f49b874932c9cf60786eeb618:/cookbooks/squid/attributes/default.rb diff --git a/cookbooks/squid/attributes/default.rb b/cookbooks/squid/attributes/default.rb index e3e2ca83e..7b7333d44 100644 --- a/cookbooks/squid/attributes/default.rb +++ b/cookbooks/squid/attributes/default.rb @@ -1,4 +1,4 @@ -default[:squid][:version] = 2 +default[:squid][:version] = 4 default[:squid][:cache_mem] = "256 MB" default[:squid][:cache_dir] = "ufs /var/spool/squid 256 16 256" default[:squid][:access_log] = "/var/log/squid/access.log openstreetmap"