From 80879a4568f962f72870604a670019934450410a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Jan 2013 14:30:29 -0200 Subject: Changing hosting domain parameter --- manifests/gitweb.pp | 4 ++-- 1 file 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') ) { -- cgit v1.2.3