]> git.openstreetmap.org Git - chef.git/commitdiff
foundation: add pptx to supported extensions
authorGrant Slater <github@firefishy.com>
Wed, 1 Feb 2023 15:41:43 +0000 (15:41 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 1 Feb 2023 15:42:47 +0000 (15:42 +0000)
cookbooks/foundation/recipes/wiki.rb

index 25bd4e9313253b9b447160fceac538534e0b1f66..ef74bf0913337b0941350229dc34fffec0df5622 100644 (file)
@@ -41,7 +41,7 @@ mediawiki_site "wiki.osmfoundation.org" do
   email_sender "webmaster@openstreetmap.org"
   email_sender_name "OSMF Wiki"
   private_accounts true
-  extra_file_extensions ["mp3"]
+  extra_file_extensions ["mp3", "pptx"]
   version "1.39"
 end