X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f68c6a5371ba56de1d52e5532e7e6b28184e1589..fd332287329339444045f457d437f1f00bdb1147:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 25bd4e931..9fca8ee8b 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -38,10 +38,10 @@ mediawiki_site "wiki.osmfoundation.org" do skin "OSMFoundation" logo "/w/skins/OSMFoundation/img/logo.png" email_contact "webmaster@openstreetmap.org" - email_sender "webmaster@openstreetmap.org" + email_sender "wiki@noreply.openstreetmap.org" email_sender_name "OSMF Wiki" private_accounts true - extra_file_extensions ["mp3"] + extra_file_extensions %w[mp3 pptx] version "1.39" end