diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5796fe0..5917a3a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,6 +49,14 @@ class apache( ensure => installed, } + file { "$conf_d": + ensure => directory, + owner => root, + group => root, + mode => 0755, + require => Package["apache"], + } + package { "mod_macro": name => "libapache2-mod-macro", ensure => installed, |