Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
puppet_users
Commits
1f0ed08d
Commit
1f0ed08d
authored
Jan 08, 2015
by
Mike Hanby
Browse files
Added new cheaha group, finance:1071 -
https://trac.uabgrid.uab.edu/atlab/ticket/867
parent
b914e95b
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_groups.pp
View file @
1f0ed08d
...
...
@@ -47,6 +47,7 @@ class users::cheaha_groups inherits users::virtual_groups
Group
[
"etlab"
],
Group
[
"fapa"
],
Group
[
"fbmistudy"
],
Group
[
"finance"
],
Group
[
"galaxy-admin"
],
Group
[
"galaxy-users"
],
Group
[
"gbmxeno"
],
...
...
manifests/virtual_groups.pp
View file @
1f0ed08d
...
...
@@ -458,6 +458,11 @@ class users::virtual_groups
gid
=>
"1070"
,
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
@
group
{
"kzhang"
:
gid
=>
"1117"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment