]> git.openstreetmap.org Git - chef.git/commitdiff
Use snap-03 as the readonly database in Dublin
authorTom Hughes <tom@compton.nu>
Thu, 27 Jan 2022 08:18:09 +0000 (08:18 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 27 Jan 2022 08:18:45 +0000 (08:18 +0000)
roles/equinix-dub.rb

index 8a9189266940358030fd66906b4184f494c778c5..a2232420aaf7b1393bf9f71edd8d03221b60e09c 100644 (file)
@@ -31,7 +31,7 @@ default_attributes(
   },
   :web => {
     :fileserver => "fafnir",
-    :readonly_database_host => "snap-02.ucl.openstreetmap.org"
+    :readonly_database_host => "snap-03.ucl.openstreetmap.org"
   }
 )