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
172af291
Commit
172af291
authored
Nov 10, 2014
by
Mike Hanby
Browse files
Added new cheaha user badiee -
https://trac.uabgrid.uab.edu/atlab/ticket/849
parent
e8699176
Changes
3
Show whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
172af291
...
...
@@ -138,6 +138,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"awbrown"
],
User
[
"ayour86"
],
User
[
"badeiria"
],
User
[
"badiee"
],
User
[
"bagvanth"
],
User
[
"baileym"
],
User
[
"baissani"
],
...
...
manifests/virtual_groups.pp
View file @
172af291
...
...
@@ -2310,5 +2310,9 @@ class users::virtual_groups
gid
=>
"10627"
,
ensure
=>
"present"
,
}
@
group
{
"badiee"
:
gid
=>
"10628"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
172af291
...
...
@@ -6114,5 +6114,13 @@ class users::virtual_users
comment
=>
"Jacob Scott Laurel, jslaurel@uab.edu, DTI, Thomas Anthony (tanthony@uab.edu)"
,
managehome
=>
true
,
}
# 20141110 - Added new cheaha user badiee - https://trac.uabgrid.uab.edu/atlab/ticket/849
@
user
{
"badiee"
:
ensure
=>
"present"
,
uid
=>
"10628"
,
gid
=>
"civil"
,
comment
=>
"Adel Badiee, badiee@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