]> git.openstreetmap.org Git - chef.git/commitdiff
Allow the planetdiff user to perform replication
authorTom Hughes <tom@compton.nu>
Sun, 8 Nov 2020 10:53:13 +0000 (10:53 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 8 Nov 2020 10:53:13 +0000 (10:53 +0000)
cookbooks/db/recipes/master.rb

index 5e51ca030478d2c2552ad796ef605a5a394f2969..f6641fd18fe85ba677d12d571c14024ac9780ab2 100644 (file)
@@ -49,6 +49,7 @@ end
 postgresql_user "planetdiff" do
   cluster node[:db][:cluster]
   password passwords["planetdiff"]
+  replication true
 end
 
 postgresql_user "backup" do