]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Go to gpx_offline mode
[chef.git] / roles / web.rb
index 1e8c2666b9ef2364a547f4c3fdc4f4e89ff958dc..9e1cc92210e2fdacbe3c0d4d6c65def6c065afc9 100644 (file)
@@ -10,15 +10,16 @@ default_attributes(
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
-  },
   :nfs => {
-    "/store/rails" => { :host => "horntail", :path => "/store/rails" }
+    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
+  },
+  :passenger => {
+    :pool_idle_time => 0
   },
   :web => {
-    :status => "online",
-    :database_host => "db"
+    :status => "gpx_offline",
+    :database_host => "db",
+    :readonly_database_host => "katla"
   }
 )