]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-db.rb
Switch web site to readonly against katla and eddie
[chef.git] / roles / web-db.rb
index db2931b19ea4533c5134326ff65b8aaaccd6ed9f..3d0597974d35138cc7dba443f263c6981b0ad8bb 100644 (file)
@@ -3,7 +3,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.bm.openstreetmap.org"
+    :database_host => "katla.ic.openstreetmap.org"
   }
 )