Closed runswithd6s closed 3 years ago
Re-based version.
Tests for CentOS 6 are failing due to unrelated problem around imjournal configuration.
Hey @runswithd6s
Any chance you can rebase this?
Thanks!
@Xorima any particular reason why this needs a major bump?
@Xorima any particular reason why this needs a major bump?
The imfile change could catch someone off guard, it's not a big change but let's not surprise people
Released as: 8.0.0
In order use the
rsyslog_file_input
resource,$ModLoad imfile
needs to be defined only once. Removed it from thefile-input.conf.erb
template file and addedREADME.md
instructions to add theimfile
module to the node to enable. Added tests for a second log file and for existence of one module load statement.Description
The file_input resource was incorrectly including the legacy
$ModLoad imfile
declaration in each new config file created from template. Additionally, the legacy style script prevented newer rsyslog daemons from usinginotify
method. This commit adds:rsyslog_file_input
Issues Resolved
Fixed #119.
Check List