X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/23a8b35431e71a5b8d1deeefec31f27b26bce1e9..29d741d17b7f029b4313d70182cfcc6f7c333a06:/roles/web.rb 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" } )