X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a..4df40c6efcbce659267b901e4a701c17d11d8a3d:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 04a52e80b..30069f148 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -10,12 +10,12 @@ default_attributes( } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] - }, :nfs => { "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, + :passenger => { + :pool_idle_time => 0 + }, :web => { :status => "online", :database_host => "db",