From e73eaeaab7e4a0cb1f8558eba131c369885578e1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 18 May 2016 18:53:45 +0100 Subject: [PATCH 1/1] Move readonly load to katla --- roles/web-db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/web-db.rb b/roles/web-db.rb index e394ec2d0..001e7135f 100644 --- a/roles/web-db.rb +++ b/roles/web-db.rb @@ -4,6 +4,6 @@ description "Role applied to all servers needing to find the main database" default_attributes( :web => { :database_host => "katla.bm.openstreetmap.org", - :readonly_database_host => "ramoth.ic.openstreetmap.org" + :readonly_database_host => "katla.ic.openstreetmap.org" } ) -- 2.43.2