voxpupuli / puppet-rabbitmq

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

Remove leftovers from Linux systems without systemd #981

Closed bastelfreak closed 6 months ago

bastelfreak commented 6 months ago

to implement puppet 8 support I need to update the lower version of the puppet/systemd module because systemd::service_limits is deprecated and we need to use systemd::manage_dropin. And that change is easier when we drop the dead code paths.

wyardley commented 6 months ago

I assume we're considering this a non-breaking change, right? Do you want this to be highlighted in the changelog?

bastelfreak commented 6 months ago

we already dropped support for those OSes, so IMO it's not a breaking change.