From 52fce26a442516572b3dd57b7643f1fd622a7e4a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 23 Feb 2015 17:45:56 +0000 Subject: [PATCH] Install registration-honeypot plugin on the CRM site --- cookbooks/civicrm/recipes/default.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 936c398c8..5fb9c5eeb 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -47,6 +47,10 @@ wordpress_theme "osmblog-wp-theme" do repository "git://github.com/harry-wood/osmblog-wp-theme.git" end +wordpress_plugin "registration-honeypot" do + site "crm.osmfoundation.org" +end + civicrm_version = node[:civicrm][:version] civicrm_directory = "/srv/crm.osmfoundation.org/wp-content/plugins/civicrm" -- 2.43.2