X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/88c096d899d839f78d0e1ed2950c874ea988ead1..8e3e7264d0bba3adc61ca88c33d636b0a7605da7:/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" } )