From 0ef9a40f232a44c7927f629e163a21e7557157b9 Mon Sep 17 00:00:00 2001 From: Kimo Rosenbaum Date: Mon, 9 Jun 2014 15:49:58 -0700 Subject: [PATCH] Keep style consistent --- 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 79297fccb..1acfe0865 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 ? {