From: Grant Slater Date: Wed, 18 May 2016 17:54:46 +0000 (+0100) Subject: Fix DB readonly typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c7415703cff4458b156efaef6d890478e805c49b?ds=inline Fix DB readonly typo --- 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" } )