X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18d6950aeccc9604b836f50de2da4bb098ef75d7..f266b0defb68633232e9ba173118b09647940aa3:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..04a52e80b 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -18,7 +18,8 @@ default_attributes( }, :web => { :status => "online", - :database_host => "db" + :database_host => "db", + :readonly_database_host => "katla" } )