]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/master.rb
nominatim: install secondary importance file
[chef.git] / cookbooks / db / recipes / master.rb
index 323466f009d145ed96e83f2047303b671dcf12ec..c2d1da0247dbe65bf12fe79276530a9cd756cc04 100644 (file)
@@ -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"]