From 30b145d52767920edbc26095418414bf0725c5e0 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Feb 2008 20:59:01 +0000 Subject: always end with a comma --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 47e00eb..5393071 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -112,7 +112,7 @@ define apache::vhost::file( } $real_source = $source ? { - '' => "dist/apache2/vhosts.d/${fqdn}/${name}.conf" + '' => "dist/apache2/vhosts.d/${fqdn}/${name}.conf", default => $source, } -- cgit v1.2.3