]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Correct IPv6 prefix length for viserion
[chef.git] / roles / web.rb
index 1e8c2666b9ef2364a547f4c3fdc4f4e89ff958dc..30069f1482d60c05d6ee4a227e14a23e11ed8ba6 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"
+    :database_host => "db",
+    :readonly_database_host => "katla"
   }
 )