X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/240313208ea75d2b57e0f1e231d244bf4e5bd955..a8930abf977175e1034465cb4e93d4d3673e366c:/cookbooks/planet/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index db55c246d..ad532f93e 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -21,10 +21,8 @@ include_recipe "accounts" include_recipe "apache" include_recipe "geoipupdate" include_recipe "planet::aws" -include_recipe "munin" package %w[ - php-cli python3 python3-geoip2 ] @@ -139,8 +137,6 @@ template "/etc/logrotate.d/apache2" do mode "644" end -munin_plugin "planet_age" - template "/usr/local/bin/planet-file-cleanup" do source "planet-file-cleanup.erb" owner "root"