feat(meta): Remove the ISO group
This commit is contained in:
parent
a63f682aeb
commit
8d2a46e538
2 changed files with 1 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
dgn-lib = import ../lib { };
|
dgn-lib = import ../lib { };
|
||||||
|
|
||||||
dgn-members = (import ../meta).members.groups.iso;
|
dgn-members = (import ../meta).members.groups.root;
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,14 +44,6 @@
|
||||||
"luj"
|
"luj"
|
||||||
];
|
];
|
||||||
|
|
||||||
# members of this group will have root access on the installation isos
|
|
||||||
iso = [
|
|
||||||
"thubrecht"
|
|
||||||
"mdebray"
|
|
||||||
"raito"
|
|
||||||
"luj"
|
|
||||||
];
|
|
||||||
|
|
||||||
# members of this group can access netbox's secret
|
# members of this group can access netbox's secret
|
||||||
netbox = [ ];
|
netbox = [ ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue