Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet_users
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
1f0ed08d
Commit
1f0ed08d
authored
10 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
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
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
+5
-0
5 additions, 0 deletions
manifests/virtual_groups.pp
with
6 additions
and
0 deletions
manifests/cheaha_groups.pp
+
1
−
0
View file @
1f0ed08d
...
@@ -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"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
5
−
0
View file @
1f0ed08d
...
@@ -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"
,
...
...
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