From: Tom Hughes Date: Wed, 4 May 2016 23:46:20 +0000 (+0100) Subject: Move readonly load back to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cf833e682dfb839d99676c141c8b2b6a8e1b7ab7?ds=inline Move readonly load back to ramoth --- diff --git a/roles/web.rb b/roles/web.rb index 0f977232f..69b6a45d2 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -19,7 +19,7 @@ default_attributes( :web => { :status => "online", :database_host => "db", - :readonly_database_host => "db" + :readonly_database_host => "db-slave" } )