From de34291111126583eed7cc63d98b23e5f65cb89e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 17 Nov 2025 19:01:38 +0000 Subject: [PATCH] Switch foundation wiki to use Vector 2022 --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 91f004762..d4640e49f 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -36,7 +36,7 @@ mediawiki_site "osmfoundation.org" do database_user "osmf-wikiuser" database_password passwords["wiki"]["database"] admin_password passwords["wiki"]["admin"] - skin "vector" + skin "vector-2022" logo "/w/skins/OSMFoundation/img/logo.png" email_contact "webmaster@openstreetmap.org" email_sender "wiki@noreply.openstreetmap.org" -- 2.39.5