From: Tom Hughes Date: Wed, 4 May 2016 15:32:32 +0000 (+0100) Subject: Switch to readonly mode X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5dad101ba52615ef4e79413b292e1c042a715286?ds=sidebyside Switch to readonly mode --- diff --git a/roles/web.rb b/roles/web.rb index 0f977232f..7c27a9f24 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,7 +17,7 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "online", + :status => "database_readonly", :database_host => "db", :readonly_database_host => "db" }