]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch site to readonly mode on ramoth
[chef.git] / roles / web.rb
index 26e1734947a0885da17a89f86bc32c8fc35818cc..fdc96a64cac01a5eb1b909f6e4a0bca8c3f8c03d 100644 (file)
@@ -14,8 +14,8 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "online",
-    :database_host => "db",
+    :status => "database_readonly",
+    :database_host => "db-slave",
     :readonly_database_host => "db-slave"
   }
 )