X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2d434ecbb1fb361c8a79e44b2dd0fcf76f73c165..8962cc576af87958ffe4ccc4d6c6baafca7cd8fd:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 0f977232f..a57d2ec54 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -10,19 +10,12 @@ default_attributes( } } }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } - }, :passenger => { :pool_idle_time => 0 }, :web => { :status => "online", - :database_host => "db", - :readonly_database_host => "db" + :database_host => "katla.bm.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)