X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bfb91c8a040865ddae7649c7c3594f59aac24691..b75ef1393831f5a08944da6ecc1bb47232dce8fb:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 30069f148..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 => "katla" + :readonly_database_host => "db-slave" } )