mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
In 2017, I (Stephen Smoogen), put in a change to copy roles/base/files/rsyslog/rsyslog-limits.conf to /etc/systemd on log01. This was to make it so we have adequete limits on the logrunner on log01. However I missed the fact that all *.conf files are copied over to /etc/rsyslog.d/ in a previous section. So this file has been copied over to every system since 2017.. which was ok when rsyslogd just ignored the syntax. However on EL8, it dies and kills rsyslogd so servers are not able to run. Fix: change the file name to one which won't get globbed. Remove the file from all systems in /etc/rsyslo.d