From c7415703cff4458b156efaef6d890478e805c49b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 18 May 2016 18:54:46 +0100 Subject: [PATCH] Fix DB readonly typo --- 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 001e7135f..db2931b19 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 => "katla.ic.openstreetmap.org" + :readonly_database_host => "katla.bm.openstreetmap.org" } ) -- 2.43.2