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