diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 10:42:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 10:42:18 -0200 |
commit | 5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4 (patch) | |
tree | 8661113333c0ff11cf3efaa535e70e9710b1b681 | |
parent | 2ead031c3e15ad1aeee4113be3250a74fa4bc766 (diff) | |
download | puppet-git-5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4.tar.gz puppet-git-5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4.tar.bz2 |
Oops
-rw-r--r-- | manifests/gitweb.pp | 2 |
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') ) { |