]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: clean remove of QuickInstantCommons
authorGrant Slater <git@firefishy.com>
Sun, 3 Apr 2022 02:08:23 +0000 (03:08 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 3 Apr 2022 02:08:23 +0000 (03:08 +0100)
cookbooks/mediawiki/resources/site.rb

index 00fd5372506f7aa356ecd0b2876b7573d77b54a6..3f8d88565c3835ee18c23f2b46bc9132e68e0573 100644 (file)
@@ -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]