From e7b341a8d95fbbf8aa1b089eba3ccd8ca801c99d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 24 May 2018 13:23:17 +0100 Subject: [PATCH] templates: Fix group for rsyslog daemon The role is creating the 'adm' group for the rsyslog user but the template was using the 'syslog' group. Change-Id: I1dee3b0554ca6a7f96fab720d834daf55b9c4dd7 --- templates/rsyslog.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rsyslog.conf.j2 b/templates/rsyslog.conf.j2 index 7652ad8..b5d2f15 100644 --- a/templates/rsyslog.conf.j2 +++ b/templates/rsyslog.conf.j2 @@ -24,7 +24,7 @@ $FileCreateMode 0640 $DirCreateMode 0755 $Umask 0022 $PrivDropToUser syslog -$PrivDropToGroup syslog +$PrivDropToGroup adm # Where to place spool and state files $WorkDirectory {{ rsyslog_server_spool_directory }}