From 410e180336de566cdf89581d4eb4ffb8ca5136b2 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 23 Feb 2015 16:30:25 -0800 Subject: [PATCH] Revert "Lookup is_pe fact with getvar" --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1ec86bd38..78c408149 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -199,7 +199,7 @@ $command = strip(regsubst("${script_command} -o \"${fragdir}/${concat_name}\" -d \"${fragdir}\" ${warnflag} ${forceflag} ${orderflag} ${newlineflag}", '\s+', ' ', 'G')) # make sure ruby is in the path for PE - if getvar('::is_pe') { + if $::is_pe { if $::kernel == 'windows' { $command_path = "${::env_windows_installdir}/bin:${::path}" } else {