X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c21a2c2cfbf709d99825cfa376f9d6afa707636e..5cffb5b0ddf35b84074a81929f05982d76a13008:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 7feb45fc9..4015f9941 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -48,3 +48,11 @@ squid_fragment "tilecache" do template "squid.conf.erb" variables :caches => tilecaches end + +template "/etc/logrotate.d/squid" do + source "logrotate.squid.erb" + owner "root" + group "root" + mode 0644 +end +