fas should always have sysadmin-main

This commit is contained in:
Seth Vidal 2013-05-21 20:24:17 +00:00
parent ba97a9fe73
commit 9bc67cceaa

View file

@ -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.