From f266b0defb68633232e9ba173118b09647940aa3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 12 Dec 2013 10:16:18 +0000 Subject: [PATCH] Move readonly database traffic to katla --- roles/web.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..04a52e80b 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -18,7 +18,8 @@ default_attributes( }, :web => { :status => "online", - :database_host => "db" + :database_host => "db", + :readonly_database_host => "katla" } ) -- 2.43.2