We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3f8bc commit aaa18ceCopy full SHA for aaa18ce
manifests/plugin/rabbitmq.pp
@@ -61,7 +61,7 @@
61
) {
62
include collectd
63
64
- if $facts['os']['family'] == 'Debian' and versioncmp($facts['os']['release']['major'], '11') >= 0 or
+ if $facts['os']['family'] == 'Debian' or
65
$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 {
67
fail('https://pypi.org/project/collectd-rabbitmq/ does not support Python 3')
0 commit comments