Skip to content

Commit

Permalink
Revert "Lookup is_pe fact with getvar"
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurphy committed Feb 24, 2015
1 parent a4133c4 commit 410e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 410e180

Please sign in to comment.