summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index 94b177c..e175324 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -28,12 +28,12 @@ define apache::vhost::webdav(
$domain = 'absent',
$domainalias = 'absent',
$server_admin = 'absent',
- $logmode = 'default',
$path = 'absent',
$owner = root,
$group = apache,
$manage_webdir = true,
$path_is_webdir = false,
+ $logmode = 'default',
$logpath = 'absent',
$documentroot_owner = apache,
$documentroot_group = 0,
@@ -96,7 +96,7 @@ define apache::vhost::webdav(
path_is_webdir => $path_is_webdir,
logpath => $logpath,
logmode => $logmode,
- template_mode => 'webdav',
+ template_partial => 'apache/vhosts/webdav/partial.erb',
vhost_mode => $vhost_mode,
vhost_source => $vhost_source,
vhost_destination => $vhost_destination,