From: Silvio Rhatto Date: Fri, 8 Jan 2010 00:14:58 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2c7d5d69ba3d84b6c36c4acad83a717e4ecd58e3;p=puppet-git.git Minor fix --- diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 81d19c9..3daa92f 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -5,7 +5,7 @@ class gitweb inherits gitosis { package { gitweb: ensure => installed } case $apache_use_domain { - '' { $apache_use_domain = $domain } + '': { $apache_use_domain = $domain } } # gitweb config file