From 5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 10:42:18 -0200 Subject: Oops --- manifests/gitweb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 1305390..9f3632c 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -2,7 +2,7 @@ class gitweb( $protocol = hiera('git::web::protocol', 'git'), - $hosting_domain = hiera('git::web::hosting_domain', $::domain) + $hosting_domain = hiera('git::web::hosting_domain', $::domain), $implementation = hiera('git::daemon::implementation', 'gitolite') ) { -- cgit v1.2.3