X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d339f3732f8a50db52d82f80e35cf566b6275382..f4720ef2fecf0b023ef28b137466e620a4e14d20:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7e67d1960..f1ecaac8c 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -10,20 +10,12 @@ default_attributes( } } }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } - }, :passenger => { - :version => 4, :pool_idle_time => 0 }, :web => { - :status => "online", - :database_host => "db", - :readonly_database_host => "db-slave" + :status => "database_readonly", + :database_host => "ramoth.ic.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)