summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-02-22 22:59:40 +0100
committermh <mh@immerda.ch>2011-02-22 22:59:40 +0100
commitf14fd057987b5489228a40444c3a101768c5b6bb (patch)
tree6822b37970897305924f5e11b1d7ee49a90ee9de /manifests/vhost.pp
parentea3ebee7153660f809d7f26224e7282f97029743 (diff)
first way to a unified partial based vhost template
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,