Skip to content
Snippets Groups Projects
Commit 1f0ed08d authored by Mike Hanby's avatar Mike Hanby
Browse files

Added new cheaha group, finance:1071 - https://trac.uabgrid.uab.edu/atlab/ticket/867

parent b914e95b
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ class users::cheaha_groups inherits users::virtual_groups ...@@ -47,6 +47,7 @@ class users::cheaha_groups inherits users::virtual_groups
Group["etlab"], Group["etlab"],
Group["fapa"], Group["fapa"],
Group["fbmistudy"], Group["fbmistudy"],
Group["finance"],
Group["galaxy-admin"], Group["galaxy-admin"],
Group["galaxy-users"], Group["galaxy-users"],
Group["gbmxeno"], Group["gbmxeno"],
......
...@@ -458,6 +458,11 @@ class users::virtual_groups ...@@ -458,6 +458,11 @@ class users::virtual_groups
gid => "1070", gid => "1070",
ensure => "present", ensure => "present",
} }
# finance:1071, for School of Business: https://trac.uabgrid.uab.edu/atlab/ticket/867
@group { "finance":
gid => "1071",
ensure => "present",
}
# SSG users, kzhang uid and gid should eventually be changed to a larger number, too close to the base group numbers # SSG users, kzhang uid and gid should eventually be changed to a larger number, too close to the base group numbers
@group { "kzhang": @group { "kzhang":
gid => "1117", gid => "1117",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment