]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/master.rb
Scrub last munin traces
[chef.git] / cookbooks / db / recipes / master.rb
index 7d6643dd1c9f8244a5eca65c33e8f347a3064dc1..c2d1da0247dbe65bf12fe79276530a9cd756cc04 100644 (file)
@@ -62,11 +62,6 @@ postgresql_user "backup" do
   password passwords["backup"]
 end
 
-postgresql_user "munin" do
-  cluster node[:db][:cluster]
-  action :drop
-end
-
 postgresql_user "replication" do
   cluster node[:db][:cluster]
   password passwords["replication"]