]> git.openstreetmap.org Git - chef.git/commitdiff
Enable mod_headers everywhere as we use it for HSTS support
authorTom Hughes <tom@compton.nu>
Wed, 17 Jan 2018 19:08:44 +0000 (19:08 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 17 Jan 2018 19:09:20 +0000 (19:09 +0000)
cookbooks/apache/recipes/default.rb

index 625c3eb22c110bb6e9afb2a787a3de927e619a2b..559fc83b0a7ff7eaaa57cad36ea8b3c4f706a4e6 100644 (file)
@@ -79,6 +79,7 @@ else
   end
 end
 
+apache_module "headers"
 apache_module "ssl"
 
 apache_conf "ssl" do