Skip to content

Commit f3526e8

Browse files
authored
Merge pull request #1040 from zilchms/debian12
Add Debian 12 support
2 parents 5681370 + 1389161 commit f3526e8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

manifests/plugin/rabbitmq.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

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

metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@
6363
{
6464
"operatingsystem": "Debian",
6565
"operatingsystemrelease": [
66-
"11"
66+
"11",
67+
"12"
6768
]
6869
},
6970
{
7071
"operatingsystem": "Ubuntu",
7172
"operatingsystemrelease": [
72-
"18.04",
73-
"20.04"
73+
"20.04",
74+
"22.04"
7475
]
7576
},
7677
{

0 commit comments

Comments
 (0)