From: Tom Hughes Date: Thu, 19 Nov 2015 08:14:09 +0000 (+0000) Subject: Move all load to katla X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5e797824dbcb52ccd55b5502b3d11c53c18b8d9f?ds=sidebyside Move all load to katla --- diff --git a/roles/web.rb b/roles/web.rb index 69b6a45d2..0f977232f 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-slave" + :readonly_database_host => "db" } )