X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a..9bade5e7b36fa2f244f553945e80638c4aae7464:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 04a52e80b..a57d2ec54 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,23 +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", - :readonly_database_host => "katla" + :database_host => "katla.bm.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)