From 2213a0e53c4cc7858a986efb56e0b589ab027705 Mon Sep 17 00:00:00 2001 From: Matthew Schmitt Date: Mon, 23 Jun 2014 15:32:51 -0700 Subject: [PATCH] Puppet-lint fix. Enclosing variable --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index ef24e4305..2177f6fcd 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -377,7 +377,7 @@ $access_log_real = $format_log ? { undef => $access_log_tmp, - default => "${access_log_tmp} $format_log", + default => "${access_log_tmp} ${format_log}", } $error_log_real = $error_log ? {