Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet_users
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John-Paul Robinson
puppet_users
Commits
8a93f21c
Commit
8a93f21c
authored
10 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Add vbc-admin group for maintaining software
https://trac.uabgrid.uab.edu/atlab/ticket/868
parent
aac5e4e8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/cheaha_groups.pp
+1
-0
1 addition, 0 deletions
manifests/cheaha_groups.pp
manifests/virtual_groups.pp
+6
-0
6 additions, 0 deletions
manifests/virtual_groups.pp
with
7 additions
and
0 deletions
manifests/cheaha_groups.pp
+
1
−
0
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"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
6
−
0
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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment