From: david Date: Thu, 28 Jun 2007 08:25:47 +0000 (+0000) Subject: move and freshen up apache2 module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bc01dcd37bf4296d706e4dd48b3d6247d9ae76a2;p=puppet-common.git move and freshen up apache2 module git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@74 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- diff --git a/manifests/defines/concatenated_file.pp b/manifests/defines/concatenated_file.pp index 96eb92e..2c43bf0 100644 --- a/manifests/defines/concatenated_file.pp +++ b/manifests/defines/concatenated_file.pp @@ -20,6 +20,8 @@ define concatenated_file ( file { $dir: ensure => directory, checksum => mtime, + ## This doesn't work as expected + #recurse => true, purge => true, noop => true, mode => $mode, owner => $owner, group => $group; $name: ensure => present, checksum => md5,