Skip to content

Commit

Permalink
remove ubuntu <20 specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 23, 2024
1 parent 9800a78 commit bd9beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/rabbitmq.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

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

Expand Down

0 comments on commit bd9beef

Please sign in to comment.