Open doconnor-clintel opened 1 year ago
https://github.com/voxpupuli/puppet-rabbitmq/pull/464 is basically this but for puppet.
3.9 is not a modern version, in fact, it is has been out of support for a few months now. 3.12 is expected to ship next month.
Feel free to submit a PR that removes that option. It's an Erlang setting and RabbitMQ requires very recent Erlang releases so it should be fine to remove the option for all distributions.
Describe the bug
On start:
These are configured via: https://github.com/rabbitmq/chef-cookbook/blob/v5.x/templates/default/rabbitmq.config.erb#L77
This seems to have been removed in ~2016: https://bugs.launchpad.net/fuel/+bug/1570323/comments/5
Reproduction steps
Expected behavior
No deprecated config options for more modern versions
Additional context
No response