aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitweb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gitweb.pp')
-rw-r--r--manifests/gitweb.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp
index d546349..1d670be 100644
--- a/manifests/gitweb.pp
+++ b/manifests/gitweb.pp
@@ -1,9 +1,9 @@
# This class handles a gitweb installation.
class git::gitweb(
- $protocol = hiera('git::web::protocol', 'git'),
- $hosting_domain = hiera('apache::site::domain', $::domain),
- $implementation = hiera('git::daemon::implementation', 'gitolite')
+ $protocol = lookup('git::web::protocol', undef, undef, 'git'),
+ $hosting_domain = lookup('apache::site::domain', undef, undef, $::domain),
+ $implementation = lookup('git::daemon::implementation', undef, undef, 'gitolite')
) {
# the needed packages