]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Move readonly database traffic to katla
[chef.git] / roles / web.rb
index 04a52e80b85187717de5227cc93a537a22c7ba49..ac32283a310b1b39d34084a00b8e71754ac1b65a 100644 (file)
@@ -10,16 +10,16 @@ default_attributes(
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
-  },
   :nfs => {
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
+  :passenger => {
+    :pool_idle_time => 0
+  },
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "katla"
+    :readonly_database_host => "db"
   }
 )