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