forked from DGNum/infrastructure
meta/members: Set raito as root
This commit is contained in:
parent
5fb591f771
commit
9f097636d0
1 changed files with 3 additions and 3 deletions
|
@ -22,15 +22,15 @@ let
|
|||
|
||||
groups = {
|
||||
# members of this group are root on all nodes
|
||||
root = [ "thubrecht" ];
|
||||
root = [ "thubrecht" "raito" ];
|
||||
|
||||
# members of this group are root on web nodes
|
||||
web = [ "mdebray" "raito" ];
|
||||
web = [ "mdebray" ];
|
||||
|
||||
# members of this group will have root acces on the installation isos
|
||||
iso = [ "thubrecht" "mdebray" "raito" ];
|
||||
|
||||
bureau = [ "gdd" "raito" ];
|
||||
bureau = [ "gdd" ];
|
||||
};
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue