X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8fd1ee729b571c8ecdf7ddcc57fc56457f182492..5f3a5421476c68027c50b821916585ab01f0efa1:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 423c112a7..9fca8ee8b 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -38,18 +38,13 @@ 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 -mediawiki_skin "osmf" do - site "wiki.osmfoundation.org" - action :delete -end - mediawiki_skin "OSMFoundation" do site "wiki.osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git"