diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 15:01:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 15:01:43 -0300 |
commit | 21e0f698dec2de2afff4d20504d44b96d931ff5b (patch) | |
tree | b093b672cda55cbf677ee4dcb19a4188fcaf364b /manifests | |
parent | 69fa0b5402afc664c6c80994753b19f432c8159b (diff) | |
download | puppet-apache-21e0f698dec2de2afff4d20504d44b96d931ff5b.tar.gz puppet-apache-21e0f698dec2de2afff4d20504d44b96d931ff5b.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/config.pp | 2 |
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'], } |