From: Tom Hughes Date: Thu, 12 Dec 2013 15:39:59 +0000 (+0000) Subject: Revert "Move readonly database traffic to katla" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/18d6950aeccc9604b836f50de2da4bb098ef75d7?hp=e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a Revert "Move readonly database traffic to katla" This reverts commit e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a. --- diff --git a/roles/web.rb b/roles/web.rb index 04a52e80b..7a6c8a6c1 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -18,8 +18,7 @@ default_attributes( }, :web => { :status => "online", - :database_host => "db", - :readonly_database_host => "katla" + :database_host => "db" } )