summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-23 15:17:06 +0100
committermh <mh@immerda.ch>2014-02-23 15:17:06 +0100
commitbcb25abcb26f7ebb522f3c0dc3288c6a97ccf158 (patch)
tree091fab6e30f59bdc1ea31007c8006e20c7ccf9fd /manifests/vhost/webdav.pp
parent266a521842e55c5afdb9fe849c3fe392bb0b4ae2 (diff)
introduce a datadir for all dynamic hostings
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index 5570dcc..f90cf8d 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -76,6 +76,7 @@ define apache::vhost::webdav(
owner => $owner,
group => $group,
run_mode => $run_mode,
+ datadir => false,
documentroot_owner => $documentroot_owner,
documentroot_group => $documentroot_group,
documentroot_mode => $documentroot_mode,