Skip to content

Commit

Permalink
Drop EoL Debian 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 27, 2024
1 parent a775c6c commit b50bf95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
} elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
$pip_package = 'python3-pip'
$pip_provider = 'pip3'
} elsif ($facts['os']['name'] == 'Debian') and (versioncmp($facts['os']['release']['major'], '11') >= 0) {
} elsif $facts['os']['name'] == 'Debian' {
$pip_package = 'python3-pip'
$pip_provider = 'pip3'
} else {
Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11",
"12"
]
Expand Down

0 comments on commit b50bf95

Please sign in to comment.