X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a4bd183cf19d70bdb9183cd6c24165cdaad28e99..5dad101ba52615ef4e79413b292e1c042a715286:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index a13329d0a..7c27a9f24 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,7 +6,7 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, @@ -14,13 +14,12 @@ default_attributes( "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :passenger => { - :version => "4.0.45", :pool_idle_time => 0 }, :web => { - :status => "online", + :status => "database_readonly", :database_host => "db", - :readonly_database_host => "katla" + :readonly_database_host => "db" } )