]> git.openstreetmap.org Git - chef.git/commitdiff
Use snap-01 as master
authorTom Hughes <tom@compton.nu>
Sun, 1 Nov 2020 10:47:40 +0000 (10:47 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Nov 2020 10:47:40 +0000 (10:47 +0000)
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" }