From: Tom Hughes Date: Sun, 26 Oct 2014 11:35:41 +0000 (+0000) Subject: Go to offline mode X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/24f079352699160b2c774a537f6a3f823f20987e Go to offline mode --- diff --git a/roles/web.rb b/roles/web.rb index 227aba505..f8c457c09 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,7 +17,7 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "offline", + :status => "database_offline", :database_host => "db", :readonly_database_host => "katla" }