From: mh Date: Fri, 15 Jul 2011 15:40:50 +0000 (+0200) Subject: it is not anymore necessary to add an empty source to purge directories X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4ed5cc8751b56a3b66f767370f050b37a119038f;p=puppet-lighttpd.git it is not anymore necessary to add an empty source to purge directories --- diff --git a/manifests/vhosts.pp b/manifests/vhosts.pp index f84238c..8545f79 100644 --- a/manifests/vhosts.pp +++ b/manifests/vhosts.pp @@ -1,6 +1,5 @@ class lighttpd::vhosts { file{'/etc/lighttpd/vhosts.d': - source => "puppet:///modules/common/empty", ensure => directory, purge => true, recurse => true,