From 4ed5cc8751b56a3b66f767370f050b37a119038f Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 15 Jul 2011 17:40:50 +0200 Subject: it is not anymore necessary to add an empty source to purge directories --- manifests/vhosts.pp | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3