X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b20599b6503be65674c3e420be6cca91b507ac0a..a470187ddd6adcc2d73686d59ebf290ddea4f179:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6c2d5ecbe..dcb67acdc 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] | [ "crm.osmfoundation" ] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"] include_recipe "wordpress" include_recipe "mysql" @@ -39,7 +39,7 @@ end wordpress_site "crm.osmfoundation.org" do ssl_enabled true - ssl_certificate "crm.osmfoundation" + ssl_certificate "osmfoundation" database_name "civicrm" database_user "civicrm" database_password database_password