]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Move passenger configuration to a separate cookbook
[chef.git] / roles / web.rb
index 04a52e80b85187717de5227cc93a537a22c7ba49..30069f1482d60c05d6ee4a227e14a23e11ed8ba6 100644 (file)
@@ -10,12 +10,12 @@ 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",