X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a470187ddd6adcc2d73686d59ebf290ddea4f179..b43b5dfe57560eeec5e90afc923c2433fbdc0673:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index dcb67acdc..5fb9c5eeb 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -17,8 +17,6 @@ # limitations under the License. # -node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"] - include_recipe "wordpress" include_recipe "mysql" @@ -39,7 +37,6 @@ end wordpress_site "crm.osmfoundation.org" do ssl_enabled true - ssl_certificate "osmfoundation" database_name "civicrm" database_user "civicrm" database_password database_password @@ -50,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"