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 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}",