]> git.openstreetmap.org Git - chef.git/commitdiff
Run composer for CirrusSearch
authorTom Hughes <tom@compton.nu>
Sun, 14 Oct 2018 21:12:45 +0000 (22:12 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Oct 2018 21:12:45 +0000 (22:12 +0100)
cookbooks/mediawiki/resources/site.rb

index 3324e1f9f6d05325a081791b6f14f830765432fb..b993b8566f98cab79ff7e1691b9183c9b7660e14 100644 (file)
@@ -388,6 +388,7 @@ action :create do
 
   mediawiki_extension "CirrusSearch" do
     site new_resource.site
+    compose true
     template "mw-ext-CirrusSearch.inc.php.erb"
     update_site false
   end