Skip to content

Commit aaa18ce

Browse files
committed
remove debian <11 specific code
1 parent ba3f8bc commit aaa18ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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')

0 commit comments

Comments
 (0)