saz / puppet-rsyslog

Manage rsyslog through puppet
Apache License 2.0
50 stars 203 forks source link

Purge directory suddently appearing #311

Closed ubellavance closed 5 years ago

ubellavance commented 5 years ago

Hi,

I am currently investigating on this issue: After performing a yum update on my RHEL 7 servers, effectively going from 7.6 to 7.7, this puppet module started purging the /etc/rsyslog.d/ directory. The consequence is that it deletes the listen.conf file, that is provided by the systemd package. I have no idea of how this purge began and I doubt this module.

Sep 19 21:34:11 server1 puppet-agent[3154]: (/Stage[main]/Rsyslog::Config/File[/etc/rsyslog.d/listen.conf]/ensure) removed

If someone has ideas or hints, feel free to comment. I'll let you know if I find something.

ubellavance commented 5 years ago

Nevermind, it was my config, I just didn't know.