We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da4a74 commit 69df496Copy full SHA for 69df496
1 file changed
manifests/params.pp
@@ -27,7 +27,7 @@
27
$use_epel = false
28
}
29
30
- $pip_lookup_path = $::osfamily ? {
+ $pip_lookup_path = $facts['os']['family'] ? {
31
'AIX' => [ '/bin', '/usr/bin', '/usr/local/bin', '/opt/freeware/bin/' ],
32
default => [ '/bin', '/usr/bin', '/usr/local/bin' ]
33
0 commit comments