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