summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-17 20:59:01 +0000
committermh <mh@immerda.ch>2008-02-17 20:59:01 +0000
commit30b145d52767920edbc26095418414bf0725c5e0 (patch)
tree817a6700bdd220b70e789dd952045b38b7d93817 /manifests
parent86ac54e52afeb0cde77da1ac7c7e0d74b63d0c91 (diff)
always end with a comma
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}