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
543ab09a
Commit
543ab09a
authored
Nov 11, 2014
by
Mike Hanby
Browse files
Added new cheaha user tcallens -
https://trac.uabgrid.uab.edu/atlab/ticket/852
parent
80666011
Changes
3
Show whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
543ab09a
...
...
@@ -617,6 +617,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"tar81285"
],
User
[
"tbarrios"
],
User
[
"tbenja"
],
User
[
"tcallens"
],
User
[
"tdcraw10"
],
User
[
"tdh"
],
User
[
"tfoley"
],
...
...
manifests/virtual_groups.pp
View file @
543ab09a
...
...
@@ -2323,5 +2323,9 @@ class users::virtual_groups
gid
=>
"10629"
,
ensure
=>
"present"
,
}
@
group
{
"tcallens"
:
gid
=>
"10630"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
543ab09a
...
...
@@ -6130,5 +6130,13 @@ class users::virtual_users
comment
=>
"Evan Nicholas Gilbert, evanich@uab.edu, DTIINTERN, Thomas Anthony (tanthony@uab.edu)"
,
managehome
=>
true
,
}
# 20141111 - Added new cheaha user tcallens - https://trac.uabgrid.uab.edu/atlab/ticket/852
@
user
{
"tcallens"
:
ensure
=>
"present"
,
uid
=>
"10630"
,
gid
=>
"medgenomics"
,
comment
=>
"Tom Callens, tcallens@uab.edu, MEDGENOMICS, Ludwine Messiaen (lmessiaen@uab.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