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/4996dd0fcea7f24060baa5fa454cd9a355111142?ds=inline Move readonly load to katla --- diff --git a/roles/web.rb b/roles/web.rb index 75bab256a..ac32283a3 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" } )