From 2c7d5d69ba3d84b6c36c4acad83a717e4ecd58e3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 22:14:58 -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 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 -- cgit v1.2.3