]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/wiki.rb
foundation: use noreply wiki sender
[chef.git] / cookbooks / foundation / recipes / wiki.rb
index 8096c3016985c62ee090997a03edb0aec7ea428e..9fca8ee8bab8a6f1c92452acb5b623ad46b6fe86 100644 (file)
@@ -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"