aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitweb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gitweb.pp')
-rw-r--r--manifests/gitweb.pp2
1 files changed, 1 insertions, 1 deletions
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')
) {