]> git.openstreetmap.org Git - chef.git/commitdiff
Come back online
authorTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 12:54:15 +0000 (12:54 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 12:54:15 +0000 (12:54 +0000)
roles/web.rb

index ea0684f16281ad70821c91848e2c6e37005e5be9..75bab256a60ec5d892ac7b69041ede9514d8ff81 100644 (file)
@@ -17,8 +17,8 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "database_readonly",
-    :database_host => "db-slave",
+    :status => "online",
+    :database_host => "db",
     :readonly_database_host => "db-slave"
   }
 )