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
8a93f21c
Commit
8a93f21c
authored
Jan 08, 2015
by
John-Paul Robinson
Browse files
Add vbc-admin group for maintaining software
https://trac.uabgrid.uab.edu/atlab/ticket/868
parent
aac5e4e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_groups.pp
View file @
8a93f21c
...
...
@@ -110,6 +110,7 @@ class users::cheaha_groups inherits users::virtual_groups
Group
[
"telecom"
],
Group
[
"tfoley"
],
Group
[
"useradmin"
],
Group
[
"vbc-admin"
],
Group
[
"visscherlab"
],
Group
[
"vizbrain"
],
Group
[
"vpit"
],
...
...
manifests/virtual_groups.pp
View file @
8a93f21c
...
...
@@ -463,6 +463,12 @@ class users::virtual_groups
gid
=>
"1071"
,
ensure
=>
"present"
,
}
# Administrative group owner for supporting Visual Brain Core operations: https://trac.uabgrid.uab.edu/atlab/ticket/857
@
group
{
"vbc-admin"
:
gid
=>
"1072"
,
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
Supports
Markdown
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