X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d8439642056edc49b5259bbf3c9744a1a68c41a6..23b449a94ef4ffc4746775f6a6d6b88c8a1c46c9:/cookbooks/blogs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/blogs/recipes/default.rb b/cookbooks/blogs/recipes/default.rb index c2a4a1c4c..faf12775c 100644 --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "git" package "ruby" @@ -61,7 +61,6 @@ end ssl_certificate "blogs.openstreetmap.org" do domains "blogs.openstreetmap.org" - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end