Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data/os/Ubuntu/20.04.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
} elsif $facts['os']['family'] == 'Gentoo' {
$pip_package = 'dev-python/pip'
$pip_provider = 'pip'
} elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
} elsif $facts['os']['name'] == 'Ubuntu' {
$pip_package = 'python3-pip'
$pip_provider = 'pip3'
} elsif $facts['os']['name'] == 'Debian' {
Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 11

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "puppet-python",
"version": "7.4.1-rc0",
"author": "Vox Pupuli",
Expand Down Expand Up @@ -55,7 +55,6 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04",
"24.04"
]
Expand Down