X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c9f13f15401c2d51a5a044973449bba0a42fe2a4..c2ae372eb008748ab79461d80bb1f1725f0f68a4:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 3417708f3..5c4907b69 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -77,6 +77,8 @@ squid_fragment "tilecache" do variables :caches => tilecaches, :renders => tilerenders end +package "rsync" + template "/etc/logrotate.d/squid" do source "logrotate.squid.erb" owner "root"