X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f266b0defb68633232e9ba173118b09647940aa3..37a88ac76aebfb8fe01fae37d7a41bb74f857cea:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 04a52e80b..75bab256a 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -10,16 +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", - :readonly_database_host => "katla" + :readonly_database_host => "db-slave" } )