X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/88d22f60f165338495c6c9980b8a3f34ae047be9..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 35166f1d0..7d0db9b2d 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -19,7 +19,7 @@ require "json" -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "passenger" include_recipe "git" @@ -236,7 +236,6 @@ node[:taginfo][:sites].each do |site| ssl_certificate site_name do domains site_name - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end