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
1b68b76d
Commit
1b68b76d
authored
Sep 25, 2014
by
Mike Hanby
Browse files
Added new cheaha user cearias -
https://trac.uabgrid.uab.edu/atlab/ticket/839
parent
d0295459
Changes
3
Show whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
1b68b76d
...
...
@@ -175,6 +175,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"carloslc"
],
User
[
"cdimithe"
],
User
[
"cduarte"
],
User
[
"cearias"
],
User
[
"cewhite"
],
User
[
"cgeasson"
],
User
[
"champy"
],
...
...
manifests/virtual_groups.pp
View file @
1b68b76d
...
...
@@ -2236,5 +2236,9 @@ class users::virtual_groups
gid
=>
"10611"
,
ensure
=>
"present"
,
}
@
group
{
"cearias"
:
gid
=>
"10612"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
1b68b76d
...
...
@@ -5981,5 +5981,13 @@ class users::virtual_users
comment
=>
"Kenneth P Hough, kphough@uab.edu, MICROBIO, Amy Weinmann (weinmann@uw.edu)"
,
managehome
=>
true
,
}
# 20140925 - Added new cheaha user cearias - https://trac.uabgrid.uab.edu/atlab/ticket/839
@
user
{
"cearias"
:
ensure
=>
"present"
,
uid
=>
"10612"
,
gid
=>
"civil"
,
comment
=>
"Christopher E Arias, cearias@uab.edu, CIVIL, Nasim Uddin (nuddin@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