summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-26 16:34:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-26 16:34:27 -0300
commit50f7970545891e05d68f80d186d6a97b0238d762 (patch)
tree090755ebfd042a358546325afc578240a54f8727 /manifests
parent50f8913b3b34b22e72b3232480dea8140a0e334b (diff)
downloadpuppet-apache-50f7970545891e05d68f80d186d6a97b0238d762.tar.gz
puppet-apache-50f7970545891e05d68f80d186d6a97b0238d762.tar.bz2
Enabling mod_headers
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,