X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39502c001f3800dda54d402173fdac5c39826a37..01e2c8dc07b63532dcae2e7259619c809cbf1619:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 9a25ef480..e6ef37230 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -21,11 +21,10 @@ 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" fpm_max_children 20 fpm_start_servers 5 fpm_min_spare_servers 5 @@ -38,7 +37,7 @@ 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 %w[mp3 pptx] @@ -46,7 +45,7 @@ mediawiki_site "wiki.osmfoundation.org" do 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