From f1af3790ddf74805f1ee06b5f19f65181d7ad280 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 17 Nov 2025 20:45:49 +0000 Subject: [PATCH] Disable the OSMFoundation skin completely --- cookbooks/foundation/recipes/wiki.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index d4640e49f..05fff35bd 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -46,12 +46,12 @@ mediawiki_site "osmfoundation.org" do version "1.43" end -mediawiki_skin "OSMFoundation" do - site "osmfoundation.org" - repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git" - revision "master" - legacy false -end +# mediawiki_skin "OSMFoundation" do +# site "osmfoundation.org" +# repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git" +# revision "master" +# legacy false +# end mediawiki_extension "Scribunto" do site "osmfoundation.org" -- 2.39.5