summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-15 17:40:50 +0200
committermh <mh@immerda.ch>2011-07-15 17:40:50 +0200
commit4ed5cc8751b56a3b66f767370f050b37a119038f (patch)
tree177c94e210856291ef88141e1bab6f5417a52a71
parentf6ce1d046d5addcfced2431f93f51a7103570cf4 (diff)
downloadpuppet-lighttpd-4ed5cc8751b56a3b66f767370f050b37a119038f.tar.gz
puppet-lighttpd-4ed5cc8751b56a3b66f767370f050b37a119038f.tar.bz2
it is not anymore necessary to add an empty source to purge directories
-rw-r--r--manifests/vhosts.pp1
1 files changed, 0 insertions, 1 deletions
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,