]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Move readonly load back to ramoth
[chef.git] / roles / web.rb
index 7c27a9f24a61580383a0e38c379a9b6b57b83b07..69b6a45d24bded98f47930d13a7c88f7825a540b 100644 (file)
@@ -17,9 +17,9 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "database_readonly",
+    :status => "online",
     :database_host => "db",
-    :readonly_database_host => "db"
+    :readonly_database_host => "db-slave"
   }
 )