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.
2 parents 53839b0 + 5e68f54 commit c556f13Copy full SHA for c556f13
1 file changed
manifests/install.pp
@@ -215,7 +215,7 @@
215
}
216
217
218
- if "${::python::version}" =~ /^3/ { #lint:ignore:only_variable_string
+ if "${::python::version}" =~ /^python3/ { #lint:ignore:only_variable_string
219
$pip_category = undef
220
$pip_package = 'python3-pip'
221
} elsif ($::osfamily == 'RedHat') and (versioncmp($::operatingsystemmajrelease, '7') >= 0) {
0 commit comments