diff options
-rw-r--r-- | manifests/vhost/webdav.pp | 2 |
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, |