X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b691c12fc0600fdff96ea3a22c55db3d372f9a8..5919a0168e927c655ce23acc885413864f0ebfcf:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index d366b8c8c..382cb53b4 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -17,6 +17,8 @@ # limitations under the License. # +node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "crm.osmfoundation" ] + include_recipe "wordpress" include_recipe "mysql" @@ -37,7 +39,8 @@ mysql_database "civicrm" do end wordpress_site "crm.osmfoundation.org" do - ssl_enabled false + ssl_enabled true + ssl_certificate "crm.osmfoundation" database_name "civicrm" database_user "civicrm" database_password database_password