X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/55fc22bb3b3c7adfd60c2c4865e52d71c7de3572..32a423888e0d6b5254c55e4faf418b31749dc69e:/cookbooks/git/recipes/web.rb diff --git a/cookbooks/git/recipes/web.rb b/cookbooks/git/recipes/web.rb index 5d298e7ca..09954bf1d 100644 --- a/cookbooks/git/recipes/web.rb +++ b/cookbooks/git/recipes/web.rb @@ -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