projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d11d2e
)
Install registration-honeypot plugin on the CRM site
author
Tom Hughes
<tom@compton.nu>
Mon, 23 Feb 2015 17:45:56 +0000
(17:45 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 23 Feb 2015 17:45:56 +0000
(17:45 +0000)
cookbooks/civicrm/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/civicrm/recipes/default.rb
b/cookbooks/civicrm/recipes/default.rb
index 936c398c850846f54a13dcea38f5f851e5480677..5fb9c5eeb9cf6669fc9cd6749e59df87b0c52f75 100644
(file)
--- 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"