From: Tom Hughes Date: Wed, 1 Jul 2015 21:39:09 +0000 (+0100) Subject: Revert "Move readonly load to katla" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5058f2f461b2c4ba34cca01515b48a3d629d6f16?ds=sidebyside Revert "Move readonly load to katla" This reverts commit 1cc1f584920f848f06bf23f91467818a17c305a7. --- 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" } )