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
11ec005c
Commit
11ec005c
authored
Oct 22, 2014
by
Mike Hanby
Browse files
Added new cheaha user knislam -
https://trac.uabgrid.uab.edu/atlab/ticket/845
parent
bf8df1f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
11ec005c
...
...
@@ -418,6 +418,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"kngine"
],
User
[
"knh482"
],
User
[
"knightdc"
],
User
[
"knislam"
],
User
[
"knord137"
],
User
[
"kpawlik"
],
User
[
"kphough"
],
...
...
manifests/virtual_groups.pp
View file @
11ec005c
...
...
@@ -2294,5 +2294,9 @@ class users::virtual_groups
gid
=>
"10623"
,
ensure
=>
"present"
,
}
@
group
{
"knislam"
:
gid
=>
"10624"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
11ec005c
...
...
@@ -6081,5 +6081,13 @@ class users::virtual_users
comment
=>
"Joshua S Richman, jrichman@uab.edu, PREVMED, William W Belser III (wbelser@uab.edu)"
,
managehome
=>
true
,
}
# 20141022 - Added new cheaha user knislam - https://trac.uabgrid.uab.edu/atlab/ticket/845
@
user
{
"knislam"
:
ensure
=>
"present"
,
uid
=>
"10624"
,
gid
=>
"prevmed"
,
comment
=>
"Khandakar N Islam, knislam@uab.edu, PREVMED, Thomas Anthony (tanthony@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