]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Move all load to katla
[chef.git] / roles / web.rb
index 75bab256a60ec5d892ac7b69041ede9514d8ff81..0f977232ff651b67061b60d55eed1fd6939700ee 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-slave"
+    :readonly_database_host => "db"
   }
 )