From: Silvio Rhatto Date: Fri, 25 Jan 2013 12:42:18 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4;p=puppet-git.git Oops --- 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') ) {