From: Grant Slater Date: Mon, 18 Sep 2023 14:26:41 +0000 (+0100) Subject: Switch OSMF default site to bare domain X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9d8ef53fc1ed7784ae1599f3d211bf0ddd4a9394 Switch OSMF default site to bare domain --- diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 9fca8ee8b..292179c9d 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"