]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Make the osmfoundation certificate the default cert on ridley
[chef.git] / cookbooks / civicrm / recipes / default.rb
index dcb67acdc811a94963186f2ed90531691ce3e202..936c398c850846f54a13dcea38f5f851e5480677 100644 (file)
@@ -17,8 +17,6 @@
 # limitations under the License.
 #
 
-node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["osmfoundation"]
-
 include_recipe "wordpress"
 include_recipe "mysql"
 
@@ -39,7 +37,6 @@ end
 
 wordpress_site "crm.osmfoundation.org" do
   ssl_enabled true
-  ssl_certificate "osmfoundation"
   database_name "civicrm"
   database_user "civicrm"
   database_password database_password