X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e394fa01040abd1e7e4fdabc11298889666a4872..b9173097e5e8b885d5039fe439ad1c18efe6cb00:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 63de8a529..f1bab2e57 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -19,10 +19,11 @@ require "ipaddr" -include_recipe "ssl" -include_recipe "squid" -include_recipe "nginx" include_recipe "fail2ban" +include_recipe "munin" +include_recipe "nginx" +include_recipe "squid" +include_recipe "ssl" package "apache2" do action :remove @@ -109,16 +110,6 @@ template "/etc/logrotate.d/squid" do mode 0o644 end -# Configure cron with lower cpu and IO priority -systemd_service "cron-load" do - service "cron" - dropin "load" - nice 19 - io_scheduling_class "best-effort" - io_scheduling_priority 7 - notifies :restart, "service[cron]" -end - nginx_site "default" do action [:delete] end