From: Tom Hughes Date: Thu, 12 Dec 2013 10:16:18 +0000 (+0000) Subject: Move readonly database traffic to katla X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a Move readonly database traffic to katla --- 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" } )