Skip to content

Commit 69df496

Browse files
committed
following previous recommendation
1 parent 1da4a74 commit 69df496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$use_epel = false
2828
}
2929

30-
$pip_lookup_path = $::osfamily ? {
30+
$pip_lookup_path = $facts['os']['family'] ? {
3131
'AIX' => [ '/bin', '/usr/bin', '/usr/local/bin', '/opt/freeware/bin/' ],
3232
default => [ '/bin', '/usr/bin', '/usr/local/bin' ]
3333
}

0 commit comments

Comments
 (0)