summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-12 15:01:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-12 15:01:43 -0300
commit21e0f698dec2de2afff4d20504d44b96d931ff5b (patch)
treeb093b672cda55cbf677ee4dcb19a4188fcaf364b
parent69fa0b5402afc664c6c80994753b19f432c8159b (diff)
downloadpuppet-apache-21e0f698dec2de2afff4d20504d44b96d931ff5b.tar.gz
puppet-apache-21e0f698dec2de2afff4d20504d44b96d931ff5b.tar.bz2
Minor fix
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index acfa305..4fa7a0d 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -16,7 +16,7 @@ define apache::config(
},
source => $source ? {
'' => undef,
- default => ${source},
+ default => $source,
},
notify => Service['apache2'],
}