X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2ac0e59a7e95fc697d1673c11f8f2f0ce125f725..edbe311b82bafe71634634d1dfc49b82af2c392d:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..ac32283a3 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 => "online", - :database_host => "db" + :database_host => "db", + :readonly_database_host => "db" } )