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
This commit is contained in:
Markos Chandras 2018-05-24 13:23:17 +01:00
parent 3e1db84f1a
commit e7b341a8d9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}