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