]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/default.rb
web: add openstreetmap.com to certificate
[chef.git] / cookbooks / planet / recipes / default.rb
index db55c246dbd4335ba52efbdbc7433655473028ce..ad532f93e40eb49cdcce73323508924054ebf53d 100644 (file)
@@ -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"