From: Tom Hughes Date: Tue, 6 Jan 2015 22:12:32 +0000 (+0000) Subject: Revert "Move readonly load to katla" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/985de5ddf1a72c9492082ffd4aabd4a6dd151a1e Revert "Move readonly load to katla" This reverts commit 4996dd0fcea7f24060baa5fa454cd9a355111142. --- diff --git a/roles/web.rb b/roles/web.rb index ac32283a3..75bab256a 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" } )