]> git.openstreetmap.org Git - chef.git/commitdiff
Add wp-piwik plugin to civicrm site
authorTom Hughes <tom@compton.nu>
Tue, 22 Aug 2023 08:23:00 +0000 (09:23 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 22 Aug 2023 08:23:00 +0000 (09:23 +0100)
cookbooks/civicrm/recipes/default.rb

index 557e8b736d1dcd6ef7a973709aff5954aef414d5..dc320eb8a3b55d765490b17b63481f3a5eb4b103 100644 (file)
@@ -75,6 +75,11 @@ wordpress_theme "osmblog-wp-theme" do
   repository "https://github.com/osmfoundation/osmblog-wp-theme.git"
 end
 
+wordpress_plugin "civicrm-wp-piwik" do
+  plugin "wp-piwik"
+  site "supporting.openstreetmap.org"
+end
+
 wordpress_plugin "registration-honeypot" do
   site "supporting.openstreetmap.org"
 end