summaryrefslogtreecommitdiff
path: root/manifests/vhost/gitweb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/gitweb.pp')
-rw-r--r--manifests/vhost/gitweb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/gitweb.pp b/manifests/vhost/gitweb.pp
index 2bc15d0..3ac8243 100644
--- a/manifests/vhost/gitweb.pp
+++ b/manifests/vhost/gitweb.pp
@@ -37,7 +37,7 @@ define apache::vhost::gitweb(
default => '/var/log/apache2'
},
logmode => $logmode,
- template_mode => 'gitweb',
+ template_partial => 'apache/vhosts/gitweb/partial.erb',
domain => $domain,
domainalias => $domainalias,
server_admin => $server_admin,