summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost.pp')
-rw-r--r--manifests/vhost.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index 6d9ae33..089eb62 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -40,6 +40,7 @@ define apache::vhost(
$logpath = 'absent',
$logmode = 'default',
$template_mode = 'static',
+ $template_partial = 'absent',
$vhost_mode = 'template',
$vhost_source = 'absent',
$vhost_destination = 'absent',
@@ -95,6 +96,7 @@ define apache::vhost(
path_is_webdir => $path_is_webdir,
logpath => $logpath,
logmode => $logmode,
+ template_partial => $template_partial,
domain => $domain,
domainalias => $domainalias,
server_admin => $server_admin,