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 8afd564 commit 7f70b85Copy full SHA for 7f70b85
1 file changed
manifests/virtualenv.pp
@@ -97,7 +97,7 @@
97
98
if $_virtualenv_version != '' and versioncmp($_virtualenv_version, '1.7') > 0 and $systempkgs == true {
99
$system_pkgs_flag = '--system-site-packages'
100
- } elsif $_virtualenv_version != '' and versioncmp($_virtualenv_version, '20.0.1') < 0 and $systempkgs == false {
+ } elsif $_virtualenv_version != '' and versioncmp($_virtualenv_version, '1.7') < 0 and $systempkgs == false {
101
$system_pkgs_flag = '--no-site-packages'
102
} else {
103
$system_pkgs_flag = $systempkgs ? {
0 commit comments