We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a775c6c + b50bf95 commit 1a1e8b5Copy full SHA for 1a1e8b5
manifests/install.pp
@@ -230,7 +230,7 @@
230
} elsif ($facts['os']['name'] == 'Ubuntu') and (versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
231
$pip_package = 'python3-pip'
232
$pip_provider = 'pip3'
233
- } elsif ($facts['os']['name'] == 'Debian') and (versioncmp($facts['os']['release']['major'], '11') >= 0) {
+ } elsif $facts['os']['name'] == 'Debian' {
234
235
236
} else {
metadata.json
@@ -38,7 +38,6 @@
38
{
39
"operatingsystem": "Debian",
40
"operatingsystemrelease": [
41
- "10",
42
"11",
43
"12"
44
]
0 commit comments