add missing join
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-21 21:37:51 +01:00
parent ee835c1838
commit fd82137ee0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
# This cannot contain the Group value for security reasons...
SystemGroup {{ cups_system_groups }}
SystemGroup {{ cups_system_groups | join(' ') }}
# User that is substituted for unauthenticated (remote) root accesses...