]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Revert "Move readonly load to katla"
[chef.git] / roles / web.rb
index 30069f1482d60c05d6ee4a227e14a23e11ed8ba6..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 => "katla"
+    :readonly_database_host => "db-slave"
   }
 )