From: Tom Hughes Date: Mon, 27 Jul 2015 12:38:40 +0000 (+0100) Subject: Switch site to readonly mode on ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c42714218aaaaebdcb48e65d9b1a4280ee8397b9 Switch site to readonly mode on ramoth --- diff --git a/roles/web.rb b/roles/web.rb index 26e173494..fdc96a64c 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -14,8 +14,8 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "online", - :database_host => "db", + :status => "database_readonly", + :database_host => "db-slave", :readonly_database_host => "db-slave" } )