fix error in rsyslog configuration

umask is not supported in an action
This commit is contained in:
Ryan Cavicchioni 2020-01-01 11:19:44 -06:00
parent 3b5c2242d1
commit ced9d028f8
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -31,5 +31,4 @@ template(
fileGroup="{{ rsyslog_file_group }}" fileGroup="{{ rsyslog_file_group }}"
dirOwner="{{ rsyslog_file_owner }}" dirOwner="{{ rsyslog_file_owner }}"
dirGroup="{{ rsyslog_file_group }}" dirGroup="{{ rsyslog_file_group }}"
umask="{{ rsyslog_umask }}"
) )