X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cf074f83728ffa2fdc43cf10f0dca5a4b443a29e..b05327977edf4a5fe12eae584413c29460db5d57:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 8096c3016..9fca8ee8b 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -38,19 +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" - repository "https://github.com/openstreetmap/mediawiki-skins-osmf.git" - revision "master" -end - mediawiki_skin "OSMFoundation" do site "wiki.osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git"