X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b44875cc22941c94de364788fa03b369d74902c9..6a91072ee77724069f37eefdde66fd50bfa9da00:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 33005cb03..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,8 +37,6 @@ end wordpress_site "crm.osmfoundation.org" do ssl_enabled true - ssl_certificate "osmfoundation" - ssl_certificate_chain "startcom" database_name "civicrm" database_user "civicrm" database_password database_password @@ -51,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"