summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-17 21:01:23 +0000
committermh <mh@immerda.ch>2008-02-17 21:01:23 +0000
commite664154a0dc1b4b3ac12d56908f57995dbae8265 (patch)
treeb88b303f40faff4b1b9e4ded97a1a897cf863df8 /manifests/init.pp
parent30b145d52767920edbc26095418414bf0725c5e0 (diff)
always end with a comma
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5393071..c778e14 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -129,7 +129,7 @@ define apache::vhost::file(
define apache::config::file(
$source = '',
- $destination = '',
+ $destination = ''
){
$real_source = $source ? {
'' => "dist/apache2/conf/${fqdn}/${name}",