]> git.openstreetmap.org Git - chef.git/commitdiff
Disable SSL for civicrm
authorTom Hughes <tom@compton.nu>
Sun, 23 Mar 2014 22:26:58 +0000 (22:26 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 23 Mar 2014 22:26:58 +0000 (22:26 +0000)
cookbooks/civicrm/recipes/default.rb

index 93cb3d9ed5da2639986b4f048429c089b0d29e3b..d7453f8888457f9d927f822f1978afc79ae2e658 100644 (file)
@@ -35,7 +35,7 @@ mysql_database "civicrm" do
 end
 
 wordpress_site "crm.osmfoundation.org" do
 end
 
 wordpress_site "crm.osmfoundation.org" do
-  ssl_enabled true
+  ssl_enabled false
   database_name "civicrm"
   database_user "civicrm"
   database_password database_password
   database_name "civicrm"
   database_user "civicrm"
   database_password database_password