]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Move readonly load back to ramoth
[chef.git] / roles / web.rb
index a27a94a6ae31c1731e76412656c18bdb85851095..69b6a45d24bded98f47930d13a7c88f7825a540b 100644 (file)
@@ -6,19 +6,20 @@ default_attributes(
     :users => {
       :rails => {
         :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
-  },
   :nfs => {
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
+  :passenger => {
+    :pool_idle_time => 0
+  },
   :web => {
-    :status => "database_readonly",
-    :database_host => "smaug"
+    :status => "online",
+    :database_host => "db",
+    :readonly_database_host => "db-slave"
   }
 )