diff --git a/manifests/init.pp b/manifests/init.pp index ec1b697..c119e3d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -34,7 +34,7 @@ class apps_site ( vhost_name => $vhost_name, } - a2mod { 'headers': + httpd_mod { 'headers': ensure => present }