]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/base.rb
Remove munin
[chef.git] / cookbooks / db / recipes / base.rb
index 6efbde32891ea66498777fa445606768d1fc85e8..d989d0bc91dd5f3bd16eb19b4a768a2c0aad16fd 100644 (file)
@@ -26,11 +26,6 @@ include_recipe "ruby"
 passwords = data_bag_item("db", "passwords")
 wal_secrets = data_bag_item("db", "wal-secrets")
 
-postgresql_munin "openstreetmap" do
-  cluster node[:db][:cluster]
-  database "openstreetmap"
-end
-
 directory "/srv/www.openstreetmap.org" do
   group "rails"
   mode "2775"