diff options
-rw-r--r-- | manifests/gitweb.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 9f3632c..4399592 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,8 +1,8 @@ # This class handles a gitweb installation. class gitweb( - $protocol = hiera('git::web::protocol', 'git'), - $hosting_domain = hiera('git::web::hosting_domain', $::domain), + $protocol = hiera('git::web::protocol', 'git'), + $hosting_domain = hiera('apache::site::domain', $::domain), $implementation = hiera('git::daemon::implementation', 'gitolite') ) { |