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
f7da312a
Commit
f7da312a
authored
Oct 27, 2014
by
Mike Hanby
Browse files
Added new cheaha user riddlenc -
https://trac.uabgrid.uab.edu/atlab/ticket/847
parent
97ab53c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
f7da312a
...
...
@@ -556,6 +556,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"rfoley"
],
User
[
"rhi"
],
User
[
"rick-myers"
],
User
[
"riddlenc"
],
User
[
"rjriv"
],
User
[
"rkana"
],
User
[
"rkchak"
],
...
...
manifests/virtual_groups.pp
View file @
f7da312a
...
...
@@ -2302,5 +2302,9 @@ class users::virtual_groups
gid
=>
"10625"
,
ensure
=>
"present"
,
}
@
group
{
"riddlenc"
:
gid
=>
"10626"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
f7da312a
...
...
@@ -6097,5 +6097,13 @@ class users::virtual_users
comment
=>
"Veronica L Baugh, vpowell@uab.edu, DTI, Thomas Anthony (tanthony@uab.edu)"
,
managehome
=>
true
,
}
# 20141027 - Added new cheaha user riddlenc - https://trac.uabgrid.uab.edu/atlab/ticket/847
@
user
{
"riddlenc"
:
ensure
=>
"present"
,
uid
=>
"10626"
,
gid
=>
"biology"
,
comment
=>
"Nicole Riddle, riddlenc@uab.edu, BIOLOGY, David K Crossman (dkcrossm@uab.edu)"
,
managehome
=>
true
,
}
}
Write
Preview
Markdown
is supported
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