From: Tom Hughes Date: Tue, 19 Jul 2016 07:59:18 +0000 (+0100) Subject: Enable apache headers module for munin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/18351f3cffb55b7fafcd6e0f5afa6a76c79ef0fe Enable apache headers module for munin --- diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 3f67e522e..dcff86860 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -71,6 +71,7 @@ end apache_module "fcgid" apache_module "rewrite" +apache_module "headers" remote_directory "/srv/munin.openstreetmap.org" do source "www"