X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e90801c889e9ae86e817edeef31659fd2b3a778f..a8930abf977175e1034465cb4e93d4d3673e366c:/cookbooks/planet/recipes/default.rb diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index b83d3449b..ad532f93e 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -21,7 +21,6 @@ include_recipe "accounts" include_recipe "apache" include_recipe "geoipupdate" include_recipe "planet::aws" -include_recipe "munin" package %w[ python3 @@ -138,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"