]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/recipes/default.rb
Add certificate for opengeodata.org
[chef.git] / cookbooks / otrs / recipes / default.rb
index 03eb43aa0f0abc63d1b5441985246d19ef2452e6..946806ea4088fe1038359d6aba9ffcac1cb058b5 100644 (file)
@@ -19,7 +19,7 @@
 
 include_recipe "tools"
 include_recipe "postgresql"
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 passwords = data_bag_item("otrs", "passwords")
 
@@ -141,7 +141,6 @@ end
 
 ssl_certificate site do
   domains site
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end