X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a610f5658389e6fa37c8c14330cbdae38b5db65..4df40c6efcbce659267b901e4a701c17d11d8a3d:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..30069f148 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 => "katla" } )