voxpupuli / puppet-rabbitmq

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

Policy "applyto" options missing #947

Closed jimmybigcommerce closed 1 year ago

jimmybigcommerce commented 1 year ago

https://github.com/voxpupuli/puppet-rabbitmq/blob/ba728f5d3317117bb96de6895535d5965ca05c43/REFERENCE.md?plain=1#L1776-L1782

Currently this module only support the following options for the policy applyto option:

##### `applyto`

Valid values: `all`, `exchanges`, `queues`

However, RabbitMQ itself supports:

all, exchanges, queues, classic_queues, quorum_queues, streams

It would be great if this module supported these also

wyardley commented 1 year ago

I've taken a pass at this in #948

jimmybigcommerce commented 1 year ago

Amazing @wyardley - greatly appreciated!