From: Tom Hughes Date: Mon, 29 Jun 2015 23:23:00 +0000 (+0100) Subject: Revert "Move readonly load to katla" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c86e017f8b4dcef296310f53be79e144710b58f5 Revert "Move readonly load to katla" This reverts commit 3dd8db9fac8442e4f32fa3a55e7b68c27ece526a. --- 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" } )