summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 19:22:40 +0200
committermh <mh@immerda.ch>2011-10-08 19:22:40 +0200
commit2fa748dcc92e34b13bd4b6f7e452ef89b29490c4 (patch)
treef3827bd2c8cc3206b4f2a5a8a09b4951940d6cc4 /manifests/vhost/webdav.pp
parent24c047d1cfc54c003eef7445e177e28f373c1da4 (diff)
introduce a new template style, less duplicated things, more handy options
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,