From b6836184e40eb57e31ffeb77898953aa09cf8449 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 22:22:38 -0200 Subject: Using $hosting_domain instead of $apache_use_domain --- manifests/gitweb.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/gitweb.pp') diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 3daa92f..0944e1c 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -4,8 +4,8 @@ class gitweb inherits gitosis { # the needed packages package { gitweb: ensure => installed } - case $apache_use_domain { - '': { $apache_use_domain = $domain } + case $hosting_omain { + '': { $hosting_domain = $domain } } # gitweb config file -- cgit v1.2.3