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
d0295459
Commit
d0295459
authored
Sep 25, 2014
by
Mike Hanby
Browse files
Added new cheaha user kphough -
https://trac.uabgrid.uab.edu/atlab/ticket/838
parent
182323d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
d0295459
...
...
@@ -418,6 +418,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"knightdc"
],
User
[
"knord137"
],
User
[
"kpawlik"
],
User
[
"kphough"
],
User
[
"kraman"
],
User
[
"krrahul"
],
User
[
"kschrum"
],
...
...
manifests/virtual_groups.pp
View file @
d0295459
...
...
@@ -2232,5 +2232,9 @@ class users::virtual_groups
gid
=>
"10610"
,
ensure
=>
"present"
,
}
@
group
{
"kphough"
:
gid
=>
"10611"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
d0295459
...
...
@@ -5973,5 +5973,13 @@ class users::virtual_users
comment
=>
"Lian Lian, lian0090@uab.edu, SSG, Gustavo Campos (gcampos@uab.edu)"
,
managehome
=>
true
,
}
# 20140925 - Added new cheaha user kphough - https://trac.uabgrid.uab.edu/atlab/ticket/838
@
user
{
"kphough"
:
ensure
=>
"present"
,
uid
=>
"10611"
,
gid
=>
"microbio"
,
comment
=>
"Kenneth P Hough, kphough@uab.edu, MICROBIO, Amy Weinmann (weinmann@uw.edu)"
,
managehome
=>
true
,
}
}
Write
Preview
Supports
Markdown
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