X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d8439642056edc49b5259bbf3c9744a1a68c41a6..436a8e7534aa9190e73902c79859a1a0de4dbdf2:/cookbooks/blogs/recipes/default.rb 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