summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-07 13:15:43 +0000
committermh <mh@immerda.ch>2009-03-07 13:15:43 +0000
commit702cd7d93d1912b76584d49c581f00ca40d484c6 (patch)
tree29ea5b80fada329c52bdc32d225524aa25fe7206 /manifests
parent04c874dd3679b846e6ea9997c0cc33f542444ad2 (diff)
forgot to add ensure param to this define
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/configuration.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/defines/configuration.pp b/manifests/defines/configuration.pp
index 5137fe5..d87d7aa 100644
--- a/manifests/defines/configuration.pp
+++ b/manifests/defines/configuration.pp
@@ -63,6 +63,7 @@ define apache::config::file(
# create webdir
define apache::vhost::webdir(
+ $ensure = present,
$path = 'absent',
$owner = root,
$group = 0,