Package: puppet-module-puppetlabs-rabbitmq / 8.5.0-9
Metadata
Package | Version | Patches format |
---|---|---|
puppet-module-puppetlabs-rabbitmq | 8.5.0-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
do not download rabbitmqadmin in debian.patch | (download) |
lib/puppet/provider/rabbitmq_cli.rb |
2 1 + 1 - 0 ! |
do not download rabbitmqadmin in debian |
correctly report rabbitmq version.patch | (download) |
lib/puppet/provider/rabbitmq_cli.rb |
2 1 + 1 - 0 ! |
correctly report rabbitmq version The output of "rabbitmqctl -q status" has changed between Buster and Bullseye, confusing this puppet module. This fixes the problem. As the version is now correctly detected, this puppet module can now correctly use the --no-table-headers parameters for querying Rabbit. |
add minus q when calling rabbitmq plugin list.patch | (download) |
lib/puppet/provider/rabbitmq_plugin/rabbitmqplugins.rb |
2 1 + 1 - 0 ! |
add -q when calling rabbitmq-plugins list The -q is needed in the Bullseye version to avoid the hearder. |
increase rabbitmq timeout.patch | (download) |
lib/puppet/provider/rabbitmq_cli.rb |
2 1 + 1 - 0 ! |
increase rabbitmq cli timeout The new version of rabbitmq is taking much longer to reply, which often goes below the timeout of 10 seconds, resulting in the rabbitmq puppet providers to just fail. Increasing to 20 seconds just fixes it for me. |
trixie support.patch | (download) |
manifests/init.pp |
4 2 + 2 - 0 ! |
trixie support |
fix list_users provider.patch | (download) |
lib/puppet/provider/rabbitmq_user/rabbitmqctl.rb |
22 13 + 9 - 0 ! |
fix list_users provider |