]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/default.rb
Disable birthday recipe while under dev
[chef.git] / cookbooks / planet / recipes / default.rb
index b83d3449b88e375d4b9e3f27b4b01cfcf895a1c7..ad532f93e40eb49cdcce73323508924054ebf53d 100644 (file)
@@ -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"