From 2fa748dcc92e34b13bd4b6f7e452ef89b29490c4 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 8 Oct 2011 19:22:40 +0200 Subject: introduce a new template style, less duplicated things, more handy options --- manifests/vhost/webdav.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/vhost/webdav.pp') 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, -- cgit v1.2.3