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