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
e8151623
Commit
e8151623
authored
Sep 09, 2014
by
Mike Hanby
Browse files
Added new cheaha user yixu -
https://trac.uabgrid.uab.edu/atlab/ticket/832
parent
65e605d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/cheaha_users.pp
View file @
e8151623
...
...
@@ -644,6 +644,7 @@ class users::cheaha_users inherits users::virtual_users
User
[
"yhsong"
],
User
[
"yiranwei"
],
User
[
"yito"
],
User
[
"yixu"
],
User
[
"ykim"
],
User
[
"yshanthi"
],
User
[
"yuliang"
],
...
...
manifests/virtual_groups.pp
View file @
e8151623
...
...
@@ -2156,5 +2156,9 @@ class users::virtual_groups
gid
=>
"10592"
,
ensure
=>
"present"
,
}
@
group
{
"yixu"
:
gid
=>
"10593"
,
ensure
=>
"present"
,
}
}
manifests/virtual_users.pp
View file @
e8151623
...
...
@@ -5826,5 +5826,12 @@ class users::virtual_users
comment => "Carlos J Cooks, carlosc@uab.edu, MSE, Charles A Monroe (camonroe@uab.edu)",
managehome => true,
}
@
user
{ "yixu":
ensure => "present",
uid => "10593",
gid => "ssg",
comment => "Yi Xu, yixu@uab.edu, SSG, Degui Zhi (dzhi@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