Skip to content
GitLab
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
89e9f8f6
Commit
89e9f8f6
authored
Sep 12, 2014
by
Mike Hanby
Browse files
Added new cheaha user baileym -
https://trac.uabgrid.uab.edu/atlab/ticket/834
parent
98464e0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
89e9f8f6
...
...
@@ -139,6 +139,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"ayour86"
],
User
[
"badeiria"
],
User
[
"bagvanth"
],
User
[
"baileym"
],
User
[
"baissani"
],
User
[
"bakerri2"
],
User
[
"balaji"
],
...
...
manifests/virtual_groups.pp
View file @
89e9f8f6
...
...
@@ -2212,5 +2212,9 @@ class users::virtual_groups
gid
=>
"10606"
,
ensure
=>
"present"
,
}
@
group
{
"baileym"
:
gid
=>
"10607"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
89e9f8f6
...
...
@@ -5941,5 +5941,13 @@ class users::virtual_users
comment => "Zachary R Clay, zrclay@uab.edu, MSE, Charles A Monroe (camonroe@uab.edu)",
managehome => true,
}
#
20140912
-
Added
new
cheaha
user
baileym
-
https
:
//trac.uabgrid.uab.edu/atlab/ticket/834
@
user
{ "baileym":
ensure => "present",
uid => "10607",
gid => "microbio",
comment => "Bailey M Strope, baileym@uab.edu, MICROBIO, Asim Bej (abej@uab.edu)",
managehome => true,
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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