summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,
}