summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
authorSimon Josi <josi@puzzle.ch>2009-06-10 21:47:40 +0200
committerSimon Josi <josi@puzzle.ch>2009-06-10 21:47:40 +0200
commitc03742dc0176ff451428150b78644fc3560260d3 (patch)
treed6267b57e56783ff2449fe9087cfd3eefa62f175 /manifests/vhost/webdav.pp
parent7cd37266beea81f613c41260e8921eef956dbb1e (diff)
introduce logpath parameter for apache::vhost::webdav
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index 6eaa7cd..17af442 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -15,6 +15,7 @@ define apache::vhost::webdav(
$group = 0,
$manage_webdir = true,
$path_is_webdir = false,
+ $logpath = 'absent',
$documentroot_owner = apache,
$documentroot_group = 0,
$documentroot_mode = 0640,
@@ -52,6 +53,7 @@ define apache::vhost::webdav(
ensure => $ensure,
path => $path,
path_is_webdir => $path_is_webdir,
+ logpath => $logpath,
template_mode => 'webdav',
vhost_mode => $vhost_mode,
vhost_source => $vhost_source,