From e20d05b18178d842905a324d4c2c61d4dd91f22d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 22 Aug 2023 09:23:00 +0100 Subject: [PATCH] Add wp-piwik plugin to civicrm site --- cookbooks/civicrm/recipes/default.rb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5