From: Tom Hughes Date: Tue, 22 Aug 2023 08:23:00 +0000 (+0100) Subject: Add wp-piwik plugin to civicrm site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e20d05b18178d842905a324d4c2c61d4dd91f22d Add wp-piwik plugin to civicrm site --- diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 557e8b736..dc320eb8a 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -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