X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cf074f83728ffa2fdc43cf10f0dca5a4b443a29e..dfd61bfbec87791929a069753a407703ed91165d:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 8096c3016..d132cbe31 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -21,8 +21,8 @@ include_recipe "mediawiki" passwords = data_bag_item("foundation", "passwords") -mediawiki_site "wiki.osmfoundation.org" do - aliases ["www.osmfoundation.org", "osmfoundation.org", +mediawiki_site "osmfoundation.org" do + aliases ["wiki.osmfoundation.org", "www.osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] sitename "OpenStreetMap Foundation" directory "/srv/wiki.osmfoundation.org" @@ -38,21 +38,15 @@ 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" + site "osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git" revision "master" legacy false