#
include_recipe "git"
-include_recipe "apache::ssl"
+include_recipe "apache"
passwords = data_bag_item("dns", "passwords")
ssl_certificate "dns.openstreetmap.org" do
domains "dns.openstreetmap.org"
- fallback_certificate "openstreetmap"
notifies :reload, "service[apache2]"
end