X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4d11d2e084189bc2c3042e67fe3f67bd9dfa182b..6a91072ee77724069f37eefdde66fd50bfa9da00:/cookbooks/civicrm/recipes/default.rb 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"