From 21e0f698dec2de2afff4d20504d44b96d931ff5b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Apr 2018 15:01:43 -0300 Subject: Minor fix --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } -- cgit v1.2.3