bb719cd rsyslogd: fix rsyslogd on all EL8 and F32 boxes

Authored and Committed by smooge 4 years ago
    rsyslogd: fix rsyslogd on all EL8 and F32 boxes
    
    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
    
        
roles/base/files/rsyslog/rsyslog-limits-systemd roles/base/files/rsyslog/rsyslog-limits.conf
file renamed
file was renamed with no change to the file
file modified
+1 -1