X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0a610f5658389e6fa37c8c14330cbdae38b5db65..e16a6cb440b9f38ede0f3825b8258a67bdf453c2:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..75bab256a 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-slave" } )