X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f3ec357c6cb5121fefda513fb35d79caa41745dd..5da63573d435af8bcac41766372c0b2c25c8d8c4:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 227aba505..69b6a45d2 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] } } }, @@ -17,9 +17,9 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "offline", + :status => "online", :database_host => "db", - :readonly_database_host => "katla" + :readonly_database_host => "db-slave" } )