From: Tom Hughes Date: Thu, 28 Nov 2013 18:25:09 +0000 (+0000) Subject: Allow katla to make replication connections to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9bbbc3c9787cfbd671b7cb226be9b88ea6ac128a Allow katla to make replication connections to ramoth --- diff --git a/roles/db-master.rb b/roles/db-master.rb index e2750c61d..3472f1d98 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -19,7 +19,8 @@ default_attributes( { :type => "local", :database => "all", :user => "backup", :method => "peer", :options => { :map => "backup" } } ], :late_authentication_rules => [ - { :database => "replication", :user => "replication", :address => "146.179.159.168/32" } + { :database => "replication", :user => "replication", :address => "146.179.159.168/32" }, + { :database => "replication", :user => "replication", :address => "146.179.159.173/32" } ] } }