]> git.openstreetmap.org Git - chef.git/commitdiff
Allow katla to make replication connections to ramoth
authorTom Hughes <tom@compton.nu>
Thu, 28 Nov 2013 18:25:09 +0000 (18:25 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 28 Nov 2013 18:25:09 +0000 (18:25 +0000)
roles/db-master.rb

index e2750c61dfe5679f1d8d07d08b8c456bc6e5eb47..3472f1d98403d7affde7bed167870f704b2959d1 100644 (file)
@@ -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" }
         ]
       }
     }