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