From: Grant Slater Date: Sun, 3 Apr 2022 02:08:23 +0000 (+0100) Subject: mediawiki: clean remove of QuickInstantCommons X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/97b4514d236fadc2b409885999e34ad87686e954?hp=2520bf4cf27e2cc10a9430b70d7e8ab17b8cb49a mediawiki: clean remove of QuickInstantCommons --- diff --git a/cookbooks/mediawiki/resources/site.rb b/cookbooks/mediawiki/resources/site.rb index 00fd53725..3f8d88565 100644 --- a/cookbooks/mediawiki/resources/site.rb +++ b/cookbooks/mediawiki/resources/site.rb @@ -503,6 +503,13 @@ action :create do update_site false end + # Broken Extension - 3 April 2022 - Remove. See https://github.com/openstreetmap/chef/pull/491#issuecomment-1086759504 + mediawiki_extension "QuickInstantCommons" do + site new_resource.site + update_site false + action :delete + end + cookbook_file "#{site_directory}/cc-wiki.png" do cookbook "mediawiki" owner node[:mediawiki][:user]