Added 'system-groups' option for Enterprise users

This commit is contained in:
Michael Boelen 2018-01-19 20:01:06 +01:00
parent a1c7f38680
commit 3da779f62c
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 5 additions and 0 deletions

View File

@ -330,6 +330,11 @@
if [ ! -z "${VALUE}" ]; then Report "system-customer-name=${VALUE}"; fi
;;
# The groups linked to a system (system-groups=customers,webservers,production)
system-groups)
if [ ! -z "${VALUE}" ]; then Report "system-groups=${VALUE}"; fi
;;
# Tags (tags=db,production,ssn-1304)
tags)
if [ ! -z "${VALUE}" ]; then Report "tags=${VALUE}"; fi