]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/attributes/default.rb
Add a load more cookbooks to the public repository
[chef.git] / cookbooks / squid / attributes / default.rb
diff --git a/cookbooks/squid/attributes/default.rb b/cookbooks/squid/attributes/default.rb
new file mode 100644 (file)
index 0000000..411e613
--- /dev/null
@@ -0,0 +1,5 @@
+
+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 squid"
+