]> git.openstreetmap.org Git - chef.git/commitdiff
Enable apache headers module for munin
authorTom Hughes <tom@compton.nu>
Tue, 19 Jul 2016 07:59:18 +0000 (08:59 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 19 Jul 2016 07:59:18 +0000 (08:59 +0100)
cookbooks/munin/recipes/server.rb

index 3f67e522e05c218e604b7a1eb4de4ff2f4ed3540..dcff8686032dcd6738ff05c382d4f61e4c943405 100644 (file)
@@ -71,6 +71,7 @@ end
 
 apache_module "fcgid"
 apache_module "rewrite"
+apache_module "headers"
 
 remote_directory "/srv/munin.openstreetmap.org" do
   source "www"