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