Skip to content

Commit 5681370

Browse files
authored
Merge pull request #1037 from zilchms/debian10
Drop Debian 10 support
2 parents 365ce52 + aaa18ce commit 5681370

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

manifests/plugin/rabbitmq.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
) {
6262
include collectd
6363

64-
if $facts['os']['family'] == 'Debian' and versioncmp($facts['os']['release']['major'], '11') >= 0 or
64+
if $facts['os']['family'] == 'Debian' or
6565
$facts['os']['family'] == 'RedHat' and versioncmp($facts['os']['release']['major'], '8') >= 0 or
6666
$facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '20.04') >= 0 {
6767
fail('https://pypi.org/project/collectd-rabbitmq/ does not support Python 3')

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "puppet-epel",
25-
"version_requirement": ">= 3.0.0 < 5.0.0"
25+
"version_requirement": ">= 3.0.0 < 6.0.0"
2626
},
2727
{
2828
"name": "puppetlabs-python_task_helper",
@@ -63,7 +63,6 @@
6363
{
6464
"operatingsystem": "Debian",
6565
"operatingsystemrelease": [
66-
"10",
6766
"11"
6867
]
6968
},

0 commit comments

Comments
 (0)