X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a4bd183cf19d70bdb9183cd6c24165cdaad28e99..8a91485750044e1a2371ac2623247354893a84f4:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index a13329d0a..f1ecaac8c 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,24 +6,16 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, - :nfs => { - "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } - }, :passenger => { - :version => "4.0.45", :pool_idle_time => 0 }, :web => { - :status => "online", - :database_host => "db", - :readonly_database_host => "katla" + :status => "database_readonly", + :database_host => "ramoth.ic.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } ) - -run_list( - "recipe[nfs]" -)