voxpupuli / puppet-rabbitmq

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

require puppet/systemd >= 6.0.0 #1001

Closed saz closed 6 months ago

saz commented 6 months ago

Pull Request (PR) description

With the changes made in https://github.com/voxpupuli/puppet-rabbitmq/pull/982, this module needs puppet-systemd >= 6.0.0, as this is the first release with the Limits moved to the Systemd::Unit::Service data type. Otherwise, it's not possible to set limits, as validation will fail

This Pull Request (PR) fixes the following issues

wyardley commented 6 months ago

Maybe we can add a release note specifying the last release that supports earlier systemd versions?