]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch back to CUBIC for congestion control
[chef.git] / roles / web.rb
index 7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e..85e4e9821e2bbefb0804df91c17c0785bb1556ba 100644 (file)
@@ -5,23 +5,22 @@ default_attributes(
   :accounts => {
     :users => {
       :rails => {
-        :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
+  :exim => {
+    :trusted_users => ["rails"]
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
+  :passenger => {
+    :pool_idle_time => 3600
   },
   :web => {
     :status => "online",
-    :database_host => "db"
+    :memcached_servers => %w[rails1.ams rails2.ams rails3.ams]
   }
 )
 
 run_list(
-  "recipe[nfs]"
+  "role[web-db]"
 )