X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/88c096d899d839f78d0e1ed2950c874ea988ead1..f4720ef2fecf0b023ef28b137466e620a4e14d20:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..f1ecaac8c 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,22 +6,16 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, - :apt => { - :sources => [ "brightbox-ruby-ng" ] - }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } + :passenger => { + :pool_idle_time => 0 }, :web => { - :status => "online", - :database_host => "db" + :status => "database_readonly", + :database_host => "ramoth.ic.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)