X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/73a81914aeaace79617dec686e98fadc290aed02..8a91485750044e1a2371ac2623247354893a84f4:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 0f977232f..f1ecaac8c 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" + :status => "database_readonly", + :database_host => "ramoth.ic.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)