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
41978b68
Commit
41978b68
authored
Oct 08, 2014
by
Mike Hanby
Browse files
Added new cheaha user gclemd -
https://trac.uabgrid.uab.edu/atlab/ticket/841
parent
d4be1713
Changes
3
Show whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
41978b68
...
...
@@ -288,6 +288,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"gary"
],
User
[
"gc5k"
],
User
[
"gcampos"
],
User
[
"gclemd"
],
User
[
"ge35222"
],
User
[
"georgina"
],
User
[
"giftedk"
],
...
...
manifests/virtual_groups.pp
View file @
41978b68
...
...
@@ -2257,5 +2257,9 @@ class users::virtual_groups
gid
=>
"10615"
,
ensure
=>
"present"
,
}
@
group
{
"gclemd"
:
gid
=>
"10616"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
41978b68
...
...
@@ -6015,5 +6015,13 @@ class users::virtual_users
comment
=>
"Samuel R Misko, miskosr@uab.edu, ME, Corey Shum (shum@uab.edu)"
,
managehome
=>
true
,
}
# 20141008 - Added new cheaha user gclemd - https://trac.uabgrid.uab.edu/atlab/ticket/841
@
user
{
"gclemd"
:
ensure
=>
"present"
,
uid
=>
"10616"
,
gid
=>
"pedid"
,
comment
=>
"George C Dobbins, gclemd@uab.edu, PEDID, Shannon Ross (sacton@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