From: Tom Hughes Date: Thu, 27 Jan 2022 08:18:09 +0000 (+0000) Subject: Use snap-03 as the readonly database in Dublin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2b6c72c578291a6075c07754d75e6113e8802627?ds=sidebyside Use snap-03 as the readonly database in Dublin --- diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 8a9189266..a2232420a 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -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" } )