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
7022a009
Commit
7022a009
authored
11 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Added new cheaha user ebadiee -
https://trac.uabgrid.uab.edu/atlab/ticket/735
parent
52f7b9fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifests/cheaha_users.pp
+1
-0
1 addition, 0 deletions
manifests/cheaha_users.pp
manifests/virtual_groups.pp
+4
-0
4 additions, 0 deletions
manifests/virtual_groups.pp
manifests/virtual_users.pp
+8
-0
8 additions, 0 deletions
manifests/virtual_users.pp
with
13 additions
and
0 deletions
manifests/cheaha_users.pp
+
1
−
0
View file @
7022a009
...
...
@@ -225,6 +225,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"dylan922"
],
User
[
"dzhi"
],
User
[
"eannexy"
],
User
[
"ebadiee"
],
User
[
"eburnett"
],
User
[
"edhurand"
],
User
[
"edmondk"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
4
−
0
View file @
7022a009
...
...
@@ -1742,5 +1742,9 @@ class users::virtual_groups
gid
=>
"10498"
,
ensure
=>
"present"
,
}
@
group
{
"ebadiee"
:
gid
=>
"10499"
,
ensure
=>
"present"
,
}
}
This diff is collapsed.
Click to expand it.
manifests/virtual_users.pp
+
8
−
0
View file @
7022a009
...
...
@@ -5037,5 +5037,13 @@ class users::virtual_users
comment
=>
"Eric L Culberson, illpin37@uab.edu, ME, Roy Koomullil (rkoomul@uab.edu)"
,
managehome
=>
true
,
}
# 20131202 - Added new cheaha user ebadiee - https://trac.uabgrid.uab.edu/atlab/ticket/735
@
user
{
"ebadiee"
:
ensure
=>
"present"
,
uid
=>
"10499"
,
gid
=>
"civil"
,
comment
=>
"Emad Badiee, ebadiee@uab.edu, CIVIL, Nasim Uddin (nuddin@uab.edu)"
,
managehome
=>
true
,
}
}
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