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
53d51f7c
Commit
53d51f7c
authored
Nov 17, 2014
by
Mike Hanby
Browse files
Added new cheaha user aahattab -
https://trac.uabgrid.uab.edu/atlab/ticket/856
parent
856b2389
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
53d51f7c
...
...
@@ -99,6 +99,7 @@ class users::cheaha_users inherits users::virtual_users
Group
[
"gpig"
],
Group
[
"kvm"
],
Group
[
"oneadmin"
],
User
[
"aahattab"
],
User
[
"aarontk1"
],
User
[
"abej"
],
User
[
"abhalla"
],
...
...
manifests/virtual_groups.pp
View file @
53d51f7c
...
...
@@ -2344,5 +2344,9 @@ class users::virtual_groups
gid
=>
"10633"
,
ensure
=>
"present"
,
}
@
group
{
"aahattab"
:
gid
=>
"10634"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
53d51f7c
...
...
@@ -6162,5 +6162,13 @@ class users::virtual_users
comment
=>
"Joseph M Schwertz, schwertz@uab.edu, ME, Dean Leo Sicking (dsicking@uab.edu)"
,
managehome
=>
true
,
}
# 20141117 - Added new cheaha user aahattab - https://trac.uabgrid.uab.edu/atlab/ticket/856
@
user
{
"aahattab"
:
ensure
=>
"present"
,
uid
=>
"10634"
,
gid
=>
"civil"
,
comment
=>
"Ahmed Ali El-Hattab, aahattab@uab.edu, CIVIL, Nasim Uddin (nuddin@uab.edu)"
,
managehome
=>
true
,
}
}
Write
Preview
Markdown
is supported
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