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
d4be1713
Commit
d4be1713
authored
10 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Added new cheaha group pedid:
https://trac.uabgrid.uab.edu/atlab/ticket/841
parent
0de35abd
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 @
d4be1713
...
...
@@ -82,6 +82,7 @@ class users::cheaha_groups inherits users::virtual_groups
Group
[
"ophthalmology"
],
Group
[
"pathology"
],
Group
[
"pavgi"
],
Group
[
"pedid"
],
Group
[
"physics"
],
Group
[
"physiology"
],
Group
[
"ppreddy"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
5
−
0
View file @
d4be1713
...
...
@@ -429,6 +429,11 @@ class users::virtual_groups
gid
=>
"1064"
,
ensure
=>
"present"
,
}
# Dr. Shannon Ross (Pediatric Infectious Diseases ; CHB 309F): https://trac.uabgrid.uab.edu/atlab/ticket/841
@
group
{
"pedid"
:
gid
=>
"1066"
,
ensure
=>
"present"
,
}
@
group
{
"roy"
:
gid
=>
"1065"
,
ensure
=>
"present"
,
...
...
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