Skip to content

Commit b50bf95

Browse files
committed
Drop EoL Debian 10 support
1 parent a775c6c commit b50bf95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

manifests/install.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
} elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
231231
$pip_package = 'python3-pip'
232232
$pip_provider = 'pip3'
233-
} elsif ($facts['os']['name'] == 'Debian') and (versioncmp($facts['os']['release']['major'], '11') >= 0) {
233+
} elsif $facts['os']['name'] == 'Debian' {
234234
$pip_package = 'python3-pip'
235235
$pip_provider = 'pip3'
236236
} else {

metadata.json

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
{
3939
"operatingsystem": "Debian",
4040
"operatingsystemrelease": [
41-
"10",
4241
"11",
4342
"12"
4443
]

0 commit comments

Comments
 (0)