]> git.openstreetmap.org Git - chef.git/commitdiff
Fix DB readonly typo
authorGrant Slater <grant.slater@wearefriday.com>
Wed, 18 May 2016 17:54:46 +0000 (18:54 +0100)
committerGrant Slater <grant.slater@wearefriday.com>
Wed, 18 May 2016 17:54:46 +0000 (18:54 +0100)
roles/web-db.rb

index 001e7135f63628808994efb88fcec33cfb21af15..db2931b19ea4533c5134326ff65b8aaaccd6ed9f 100644 (file)
@@ -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"
   }
 )