X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/db-master.rb diff --git a/roles/db-master.rb b/roles/db-master.rb index 19f9d55d9..d65791e15 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -10,6 +10,7 @@ default_attributes( :archive_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-push %p", :max_wal_senders => "3", :late_authentication_rules => [ + { :database => "replication", :user => "replication", :address => "10.0.48.49/32" }, { :database => "replication", :user => "replication", :address => "10.0.48.50/32" }, { :database => "replication", :user => "replication", :address => "10.0.48.5/32" }, { :database => "replication", :user => "replication", :address => "10.0.0.10/32" },