X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..5da63573d435af8bcac41766372c0b2c25c8d8c4:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 1e8c2666b..69b6a45d2 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,19 +6,20 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] - }, :nfs => { - "/store/rails" => { :host => "horntail", :path => "/store/rails" } + "/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" } )