X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a5a304af4155b480952d2b39de82d9050e443f46..e7079dd2fb8ce60491718872e14f7d8272376c21:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index a27a94a6a..9e1cc9221 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -10,15 +10,16 @@ default_attributes( } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] - }, :nfs => { "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, + :passenger => { + :pool_idle_time => 0 + }, :web => { - :status => "database_readonly", - :database_host => "smaug" + :status => "gpx_offline", + :database_host => "db", + :readonly_database_host => "katla" } )