X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f3ec357c6cb5121fefda513fb35d79caa41745dd..89b46bf7caacf3525f10cc6996d5951c828417bc:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 227aba505..75bab256a 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -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" } )