From 9d8ef53fc1ed7784ae1599f3d211bf0ddd4a9394 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 18 Sep 2023 15:26:41 +0100 Subject: [PATCH] Switch OSMF default site to bare domain --- cookbooks/foundation/recipes/wiki.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.2