From: Tom Hughes Date: Tue, 6 Jan 2015 22:04:46 +0000 (+0000) Subject: Move readonly load to katla X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3dd8db9fac8442e4f32fa3a55e7b68c27ece526a?hp=c9f9ba946428aeefa98442e667cc45a954ea8c16;ds=sidebyside Move readonly 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" } )