From 9bc67cceaa8441ad72a620683f2ff2045f408fb9 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 21 May 2013 20:24:17 +0000 Subject: [PATCH] fas should always have sysadmin-main --- files/fas-client/fas.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/fas-client/fas.conf.j2 b/files/fas-client/fas.conf.j2 index 9ed8f2fec9..d3af01dd47 100644 --- a/files/fas-client/fas.conf.j2 +++ b/files/fas-client/fas.conf.j2 @@ -27,9 +27,9 @@ cla_group = cla_done ; groups that should have a shell account on this system. {% if fas_client_groups %} -groups = {{ fas_client_groups }} +groups = sysadmin-main,{{ fas_client_groups }} {% else %} -groups = "sysadmin-main" +groups = sysadmin-main {% endif %} ; groups that should have a restricted account on this system.