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 1ee9a64 + 9e110c9 commit 396a280Copy full SHA for 396a280
data/os/Ubuntu/20.04.yaml
manifests/install.pp
@@ -224,7 +224,7 @@
224
} elsif $facts['os']['family'] == 'Gentoo' {
225
$pip_package = 'dev-python/pip'
226
$pip_provider = 'pip'
227
- } elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
+ } elsif $facts['os']['name'] == 'Ubuntu' {
228
$pip_package = 'python3-pip'
229
$pip_provider = 'pip3'
230
} elsif $facts['os']['name'] == 'Debian' {
metadata.json
@@ -55,7 +55,6 @@
55
{
56
"operatingsystem": "Ubuntu",
57
"operatingsystemrelease": [
58
- "20.04",
59
"22.04",
60
"24.04"
61
]
0 commit comments