]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Update carto stylesheet to v2.27.0
[chef.git] / roles / web.rb
index 1e8c2666b9ef2364a547f4c3fdc4f4e89ff958dc..75bab256a60ec5d892ac7b69041ede9514d8ff81 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 => "db-slave"
   }
 )