# limitations under the License.
#
+node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "crm.osmfoundation" ]
+
include_recipe "wordpress"
include_recipe "mysql"
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