X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f47bac0a1d5a605cf56ce608340871c4de7e3121..9fd056986b8782f8af1715113e0a04e6655ae35c:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 5e51ca030..f6641fd18 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -49,6 +49,7 @@ end postgresql_user "planetdiff" do cluster node[:db][:cluster] password passwords["planetdiff"] + replication true end postgresql_user "backup" do