diff options
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'], } |