From: Tom Hughes Date: Mon, 23 Feb 2015 17:45:56 +0000 (+0000) Subject: Install registration-honeypot plugin on the CRM site X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/52fce26a442516572b3dd57b7643f1fd622a7e4a?ds=sidebyside Install registration-honeypot plugin on the CRM site --- 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"