From 0c9425154a211cbd52cfa086aff5e4b84ff704d0 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 18 May 2015 10:10:32 -0300 Subject: ensure conf.d directory --- manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests') 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, -- cgit v1.2.3