From 9bbbc3c9787cfbd671b7cb226be9b88ea6ac128a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Nov 2013 18:25:09 +0000 Subject: [PATCH] Allow katla to make replication connections to ramoth --- roles/db-master.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ] } } -- 2.43.2