X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1a68a87a1956f3ac4ad538d33569ee29cedef0db..57d7cd3ecda47266cc08d7e97b13e606405eb2a8:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 323466f00..c2d1da024 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -62,11 +62,6 @@ postgresql_user "backup" do password passwords["backup"] end -postgresql_user "munin" do - cluster node[:db][:cluster] - password passwords["munin"] -end - postgresql_user "replication" do cluster node[:db][:cluster] password passwords["replication"]