]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Add remaining load back to ramoth
[chef.git] / roles / web.rb
index ac32283a310b1b39d34084a00b8e71754ac1b65a..69b6a45d24bded98f47930d13a7c88f7825a540b 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :users => {
       :rails => {
         :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
@@ -19,7 +19,7 @@ default_attributes(
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "db"
+    :readonly_database_host => "db-slave"
   }
 )