X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f9b1dd8ee90a5aa8bb7045b7538cf39503c3ba15..b443240bd6f333b714220857c52877309b2c3ae0:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 1f02661b7..86c7d0250 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -101,6 +101,13 @@ service "nginx-certificate-restart" do subscribes :restart, "file[/etc/ssl/private/#{certificate}.key]" end +template "/etc/logrotate.d/nginx" do + source "logrotate.nginx.erb" + owner "root" + group "root" + mode 0644 +end + tilerenders.each do |render| munin_plugin "ping_#{render[:fqdn]}" do target "ping_"