]> git.openstreetmap.org Git - chef.git/commitdiff
Install registration-honeypot plugin on the CRM site
authorTom Hughes <tom@compton.nu>
Mon, 23 Feb 2015 17:45:56 +0000 (17:45 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 23 Feb 2015 17:45:56 +0000 (17:45 +0000)
cookbooks/civicrm/recipes/default.rb

index 936c398c850846f54a13dcea38f5f851e5480677..5fb9c5eeb9cf6669fc9cd6749e59df87b0c52f75 100644 (file)
@@ -47,6 +47,10 @@ wordpress_theme "osmblog-wp-theme" do
   repository "git://github.com/harry-wood/osmblog-wp-theme.git"
 end
 
   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"
 
 civicrm_version = node[:civicrm][:version]
 civicrm_directory = "/srv/crm.osmfoundation.org/wp-content/plugins/civicrm"