X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/874b26a17120e4000178b246f292a7cbed8e2a46..b843df81981adadc90d0ee9a75e9da1d311b2c57:/cookbooks/squid/attributes/default.rb diff --git a/cookbooks/squid/attributes/default.rb b/cookbooks/squid/attributes/default.rb index 2f49acad0..e3e2ca83e 100644 --- a/cookbooks/squid/attributes/default.rb +++ b/cookbooks/squid/attributes/default.rb @@ -1,4 +1,4 @@ -default[:squid][:version] = "2" +default[:squid][:version] = 2 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"