From: Grant Slater Date: Thu, 26 Jan 2023 13:16:27 +0000 (+0000) Subject: foundation: remove cleanup of old wiki skin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f68c6a5371ba56de1d52e5532e7e6b28184e1589 foundation: remove cleanup of old wiki skin --- diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 423c112a7..25bd4e931 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -45,11 +45,6 @@ mediawiki_site "wiki.osmfoundation.org" do version "1.39" end -mediawiki_skin "osmf" do - site "wiki.osmfoundation.org" - action :delete -end - mediawiki_skin "OSMFoundation" do site "wiki.osmfoundation.org" repository "https://github.com/osmfoundation/osmf-mediawiki-skin.git"