]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/recipes/default.rb
Set statuscake authentication details for DNS scripts
[chef.git] / cookbooks / dns / recipes / default.rb
index 4fbde88c06ffa0ddfaaabe0f66c14bc68bc7e0f2..6c19048f20aa5d747a4f0813c74171a1669efa69 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 include_recipe "git"
-include_recipe "apache::ssl"
+include_recipe "apache"
 
 passwords = data_bag_item("dns", "passwords")
 
@@ -73,7 +73,6 @@ end
 
 ssl_certificate "dns.openstreetmap.org" do
   domains "dns.openstreetmap.org"
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end