X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e09a952838cef25511249a39ad8fbd203c29b9a2..8962cc576af87958ffe4ccc4d6c6baafca7cd8fd:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 26e173494..a57d2ec54 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -15,7 +15,7 @@ default_attributes( }, :web => { :status => "online", - :database_host => "db", - :readonly_database_host => "db-slave" + :database_host => "katla.bm.openstreetmap.org", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } )