X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/da1115e80fdbca939aa7b2f8b2027705f1c32b24..dbada16b30e7355b5d4ae5ee3ad62bf69904dc92:/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" } )