]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: add back missing param
authorGrant Slater <github@firefishy.com>
Tue, 12 Mar 2024 12:42:06 +0000 (12:42 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 12 Mar 2024 12:42:06 +0000 (12:42 +0000)
cookbooks/mediawiki/resources/site.rb

index 03df9a20d4b5f95ddfc320eb7f61ab98ebe66275..0bbddfe8174e2e3c869450f775afe99f28e768df 100644 (file)
@@ -340,6 +340,7 @@ action :create do
 
   # Extension has been archived: https://www.mediawiki.org/wiki/Extension:LocalisationUpdate
   mediawiki_extension "LocalisationUpdate" do
+    site new_resource.site
     action :delete
   end