From: Silvio Rhatto Date: Fri, 8 Jan 2010 00:36:27 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c87e465342d2ea6d0eb701c18814054cedb52399;p=puppet-git.git Minor fix --- 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 } }