From 50f7970545891e05d68f80d186d6a97b0238d762 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jul 2011 16:34:27 -0300 Subject: Enabling mod_headers --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) 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, -- cgit v1.2.3