]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/recipes/default.rb
Merge what remains of apache::ssl into apache::default
[chef.git] / cookbooks / subversion / recipes / default.rb
index 8419bbc40dfd3d6348e51e76870961ec54c894a0..582dbaed370d8dabd8f737550118ea4661e6ea53 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 package "subversion"
 
@@ -53,7 +53,6 @@ end
 
 ssl_certificate site_name do
   domains site_name
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end