Append group permissions instead of clearing them

We set the groups for the syslog user to be "adm", but this will clear
any existing groups. That will mess with permissions in cases where we
want syslog to be in other groups for the ability to handle a different
applications logging.

Change-Id: If267cfd2f3f8f182c396e3f2836ec7e1d572fe0a
This commit is contained in:
Andy McCrae 2017-10-31 12:31:23 +00:00
parent fbe80ae366
commit 3b917569cd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
name: "syslog"
groups: "adm"
system: yes
append: yes
shell: /bin/false
state: present