X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4db2d890308157f77aa84154ef18fffeb8c61f0..50c5e663bcc99a2a01c0a2e7886b75cb99659089:/cookbooks/db/recipes/base.rb diff --git a/cookbooks/db/recipes/base.rb b/cookbooks/db/recipes/base.rb index 6efbde328..d989d0bc9 100644 --- a/cookbooks/db/recipes/base.rb +++ b/cookbooks/db/recipes/base.rb @@ -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"