X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f9b1dd8ee90a5aa8bb7045b7538cf39503c3ba15..cc6b107e2e4aa6d7b882d4fb626a1a80a41104c8:/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_"