X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7079dd2fb8ce60491718872e14f7d8272376c21..8962cc576af87958ffe4ccc4d6c6baafca7cd8fd:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 9e1cc9221..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] } } }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } - }, :passenger => { :pool_idle_time => 0 }, :web => { - :status => "gpx_offline", - :database_host => "db", - :readonly_database_host => "katla" + :status => "online", + :database_host => "katla.bm.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)