From: Silvio Rhatto Date: Thu, 12 Apr 2018 18:01:43 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=21e0f698dec2de2afff4d20504d44b96d931ff5b;p=puppet-apache.git Minor fix --- 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'], }