name: Add option to disable OmitLocalLogging
about: Need to add an option to remove OmitLocalLogging in config file
Describe the change
On some equipment the imuxsock module is not loaded in the main rsyslog configuration file but in another one. We need to be able to disable OmitLocalLogging option in main configuration file even if imuxsock is not in rsyslog_mods variable.
Testing
Deploy the role without changing default: OmitLocalLogging option is still there
Deploy the role changing option rsyslog_dest_conf_file: OmitLocalLogging option removed
name: Add option to disable OmitLocalLogging about: Need to add an option to remove OmitLocalLogging in config file
Describe the change On some equipment the
imuxsock
module is not loaded in the main rsyslog configuration file but in another one. We need to be able to disableOmitLocalLogging
option in main configuration file even ifimuxsock
is not inrsyslog_mods
variable.Testing Deploy the role without changing default:
OmitLocalLogging
option is still there Deploy the role changing optionrsyslog_dest_conf_file
:OmitLocalLogging
option removed