From: drebs Date: Mon, 18 May 2015 13:10:32 +0000 (-0300) Subject: ensure conf.d directory X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0c9425154a211cbd52cfa086aff5e4b84ff704d0;p=puppet-apache.git ensure conf.d directory --- 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,