summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 71f5f7c..a16ae62 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -78,6 +78,11 @@ class apache {
require => Package["mod_macro"],
}
+ module { "headers":
+ ensure => present,
+ require => Package["apache"],
+ }
+
# apache mod_macro configuration
file { "${apache2_macros}":
ensure => present,