summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-09 15:15:55 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-09 15:15:55 +0200
commit7cd37266beea81f613c41260e8921eef956dbb1e (patch)
tree6e99eaf94a617129afc06f6df90eff16f94fd60d /manifests/vhost.pp
parent11499b9d5cb3f752d31bef683153e82ec02860e7 (diff)
introduced a logpath setting for vhosts, use it for gitweb issues
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 f1b010b..f50ff33 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -8,6 +8,7 @@ define apache::vhost(
$ensure = present,
$path = 'absent',
$path_is_webdir = false,
+ $logpath = 'absent',
$template_mode = 'static',
$vhost_mode = 'template',
$vhost_source = 'absent',
@@ -53,6 +54,7 @@ define apache::vhost(
ensure => $ensure,
path => $path,
path_is_webdir => $path_is_webdir,
+ logpath => $logpath,
domain => $domain,
domainalias => $domainalias,
server_admin => $server_admin,