]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db-slave.rb
Use snap-01 as master
[chef.git] / roles / db-slave.rb
index 30c4a79bf1c62619a929c466fb353da737da0351..6fb2fd0b6ab20953c2c82ec599b6d088f9c1e7ee 100644 (file)
@@ -9,7 +9,7 @@ default_attributes(
         :hot_standby_feedback => "on",
         :standby_mode => "on",
         :primary_conninfo => {
-          :host => "karm.ams.openstreetmap.org",
+          :host => "snap-01.ams.openstreetmap.org",
           :port => "5432",
           :user => "replication",
           :passwords => { :bag => "db", :item => "passwords" }