From c87e465342d2ea6d0eb701c18814054cedb52399 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 22:36:27 -0200 Subject: Minor fix --- manifests/gitweb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 0944e1c..4b96b28 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -4,7 +4,7 @@ class gitweb inherits gitosis { # the needed packages package { gitweb: ensure => installed } - case $hosting_omain { + case $hosting_domain { '': { $hosting_domain = $domain } } -- cgit v1.2.3