From: Silvio Rhatto Date: Tue, 26 Jul 2011 19:34:27 +0000 (-0300) Subject: Enabling mod_headers X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=50f7970545891e05d68f80d186d6a97b0238d762;p=puppet-apache.git Enabling mod_headers --- 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,