]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-master.rb
Drop help.apis.dev.openstreetmap.org
[chef.git] / roles / db-master.rb
index e2750c61dfe5679f1d8d07d08b8c456bc6e5eb47..79c8f0724e7cca6de9c1d0198655ab5def8e7fef 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" }
         ]
       }
     }
@@ -36,7 +37,7 @@ default_attributes(
         :gid => "postgres",
         :transfer_logging => false,
         :hosts_allow => [
-          "146.179.159.168"
+          "146.179.159.168", "146.179.159.173"
         ]
       }
     }