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