X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/64360314db2d3d9a9701ffbc7c3ba56df1665d27..4d11d2e084189bc2c3042e67fe3f67bd9dfa182b:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 33005cb03..936c398c8 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