]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/web.rb
Merge what remains of apache::ssl into apache::default
[chef.git] / cookbooks / git / recipes / web.rb
index 5d298e7ca8fe426aef038691ce69471522f324bd..09954bf1dcb3d983a56ba2add82248d1e66c9374 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 package "gitweb"
 
@@ -34,7 +34,6 @@ end
 
 ssl_certificate node[:git][:host] do
   domains node[:git][:host]
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end