voxpupuli / puppet-rabbitmq

RabbitMQ Puppet Module
http://forge.puppetlabs.com/puppet/rabbitmq
Apache License 2.0
171 stars 500 forks source link

Add support for policy definition consumer-timeout #991

Closed wyardley closed 6 months ago

wyardley commented 6 months ago

Pull Request (PR) description

As noted in #970, consumer-timeout is another setting which has to be set as an unquoted integer in the passthrough to RabbitMQ

Rather than add more copy-paste, update the type code to use a constant that's a list of values that need to be converted to integers in a generic way.

This Pull Request (PR) fixes the following issues

Fixes #970