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
b914e95b
Commit
b914e95b
authored
Jan 08, 2015
by
Mike Hanby
Browse files
Added new cheaha user jclin -
https://trac.uabgrid.uab.edu/atlab/ticket/866
parent
161a8923
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
b914e95b
...
...
@@ -343,6 +343,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"jblake"
],
User
[
"j.calahan"
],
User
[
"jchen"
],
User
[
"jclin"
],
User
[
"jcohen"
],
User
[
"jcpak"
],
User
[
"jdivers"
],
...
...
manifests/virtual_groups.pp
View file @
b914e95b
...
...
@@ -2357,5 +2357,9 @@ class users::virtual_groups
gid
=>
"10635"
,
ensure
=>
"present"
,
}
@
group
{
"jclin"
:
gid
=>
"10636"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
b914e95b
...
...
@@ -6179,5 +6179,13 @@ class users::virtual_users
comment
=>
"Alexander Gruneberg, gruene@uab.edu, BIOSTAT, Gustavo Campos (gcampos@uab.edu)"
,
managehome
=>
true
,
}
# 20150108 - Added new cheaha user jclin - https://trac.uabgrid.uab.edu/atlab/ticket/866
@
user
{
"jclin"
:
ensure
=>
"present"
,
uid
=>
"10636"
,
gid
=>
"psychology"
,
comment
=>
"Joanne C Lin, jclin@uab.edu, PSYCHOLOGY, Jarred Younger (younger@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