Skip to content

Commit 396a280

Browse files
authored
Merge pull request #719 from voxpupuli/drop-ubuntu-20.04
Drop EoL Ubuntu 20.04 support
2 parents 1ee9a64 + 9e110c9 commit 396a280

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

data/os/Ubuntu/20.04.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
} elsif $facts['os']['family'] == 'Gentoo' {
225225
$pip_package = 'dev-python/pip'
226226
$pip_provider = 'pip'
227-
} elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
227+
} elsif $facts['os']['name'] == 'Ubuntu' {
228228
$pip_package = 'python3-pip'
229229
$pip_provider = 'pip3'
230230
} elsif $facts['os']['name'] == 'Debian' {

metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
{
5656
"operatingsystem": "Ubuntu",
5757
"operatingsystemrelease": [
58-
"20.04",
5958
"22.04",
6059
"24.04"
6160
]

0 commit comments

Comments
 (0)