X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5c8cb0b698611b9f2d521ae1b4a4b6b19161feac..596f7a0c200c20426c3f29898a03b11588aa93c4:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index dcb67acdc..7865752e3 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["crm.osmfoundation"] include_recipe "wordpress" include_recipe "mysql" @@ -39,7 +39,7 @@ end wordpress_site "crm.osmfoundation.org" do ssl_enabled true - ssl_certificate "osmfoundation" + ssl_certificate "crm.osmfoundation" database_name "civicrm" database_user "civicrm" database_password database_password