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/1cc1f584920f848f06bf23f91467818a17c305a7?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" } )