X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be5f5bf83260f6fe16c253bb2069b34bd7421549..b9f9f8c373873c0629c9acdfd08aa9e8ebb20b6e:/cookbooks/web/recipes/frontend.rb?ds=sidebyside diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index f0508f8e8..0a1a73284 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -41,10 +41,6 @@ apache_site "www.openstreetmap.org" do variables :secret_key_base => web_passwords["secret_key_base"] end -gem_package "hpricot" -gem_package "home_run" -gem_package "apachelogregex" - template "/etc/logrotate.d/apache2" do source "logrotate.apache.erb" owner "root" @@ -52,9 +48,7 @@ template "/etc/logrotate.d/apache2" do mode 0644 end -munin_plugin "api_calls_num" do - action :delete -end +munin_plugin "api_calls_num" munin_plugin "api_calls_#{node[:hostname]}" do target "api_calls_"