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 4523bd7 commit f7b0196Copy full SHA for f7b0196
manifests/install.pp
@@ -215,9 +215,6 @@
215
if String($python::version) =~ /^python3/ {
216
$pip_package = "${python}-pip"
217
$pip_provider = $python.regsubst(/^.*python3\.?/,'pip3.').regsubst(/\.$/,'')
218
- } elsif ($facts['os']['family'] == 'RedHat') and (versioncmp($facts['os']['release']['major'], '9') >= 0) {
219
- $pip_package = 'python3-pip'
220
- $pip_provider = pip3
221
} elsif ($facts['os']['family'] == 'RedHat') and (versioncmp($facts['os']['release']['major'], '8') >= 0) {
222
$pip_package = 'python3-pip'
223
$pip_provider = pip3
0 commit comments