voxpupuli / puppet-redis

Puppet Module to manage Redis
https://forge.puppet.com/puppet/redis
Apache License 2.0
40 stars 183 forks source link

systemd::servicelimits is deprecated, use systemd::manage_dropin #522

Open trenta opened 5 months ago

trenta commented 5 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Using this module in conjunction with puppet/systemd 7.0.0 causes error

What are you seeing

Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - redis.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at file: /.../modules/redis/manifests/instance.pp, line: 482

Probably caused by https://github.com/voxpupuli/puppet-systemd/pull/437