From 3f4630cb29f3c96a7cfc25efa3f06e7a9ae44032 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Tue, 26 Aug 2014 15:26:41 -0400 Subject: [PATCH] Apparently missed one of these in the conversion Use Concat instead of File. --- manifests/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/vhost.pp b/manifests/vhost.pp index 7dd6d5f44..1755c2979 100644 --- a/manifests/vhost.pp +++ b/manifests/vhost.pp @@ -225,7 +225,7 @@ ensure => directory, mode => $logroot_mode, require => Package['httpd'], - before => File["${priority_real}-${filename}.conf"], + before => Concat["${priority_real}-${filename}.conf"], } }