puppet-rsyslog icon indicating copy to clipboard operation
puppet-rsyslog copied to clipboard

[req] Support purge_ignore parameter to whitelist files from rsyslog.d's purging

Open dekimsey opened this issue 7 years ago • 2 comments

Something akin to saz/puppet-sudo's purge_ignore parameter.

It's extraordinarily helpful in cases where some rpms, orchestration tools (ansible), or that-operator like to drop off conf files in rsyslog.d to tweak behavior. In my particular case I need ansible to manage a set of engineering-specific files and implementing the appropriate logic in puppet isn't feasible at the moment.

Thanks!

dekimsey avatar Feb 06 '18 21:02 dekimsey

You want a parameter, where you're able to pass in a list of file names relative to the rsyslog.d directory which are not purged or changed at all, right?

saz avatar Feb 08 '18 14:02 saz

Yup! That's all.

dekimsey avatar Feb 09 '18 01:02 dekimsey