]> git.openstreetmap.org Git - chef.git/commitdiff
Bring site back online in readonly mode on ramoth
authorTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 12:44:08 +0000 (12:44 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 12:45:05 +0000 (12:45 +0000)
roles/web.rb

index f8c457c093e2cea3fdfc8a6de968a7f5581e0217..ea0684f16281ad70821c91848e2c6e37005e5be9 100644 (file)
@@ -17,9 +17,9 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "database_offline",
-    :database_host => "db",
-    :readonly_database_host => "katla"
+    :status => "database_readonly",
+    :database_host => "db-slave",
+    :readonly_database_host => "db-slave"
   }
 )