From 3da779f62c3e17d02041d6779405953430e3715a Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 19 Jan 2018 20:01:06 +0100 Subject: Added 'system-groups' option for Enterprise users --- include/profiles | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/profiles') diff --git a/include/profiles b/include/profiles index eb91a21a..b2261ba1 100644 --- a/include/profiles +++ b/include/profiles @@ -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 -- cgit v1.2.3