summaryrefslogtreecommitdiff
path: root/manifests/vhost/gitweb.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 12:31:14 +0200
committermh <mh@immerda.ch>2011-10-08 12:31:14 +0200
commit9f52ab2655acccd47cf7e3a824b603c5d6846f35 (patch)
tree167561f632d79e79e873865fdf598919fd2b731b /manifests/vhost/gitweb.pp
parent34df80bc271f7ed17de879e82b54f31a98926e08 (diff)
migrating a first part over to the new partial style
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,