Skip to content
Snippets Groups Projects
Commit 7740f32f authored by Mike Hanby's avatar Mike Hanby
Browse files

Added new cheaha user bethard - https://trac.uabgrid.uab.edu/atlab/ticket/732

parent 28ce6285
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ class users::cheaha_users inherits users::virtual_users
User["bebrake"],
User["behringm"],
User["berdiev7"],
User["bethard"],
User["bfeltman"],
User["bgeiwill"],
User["bhancock"],
......
......@@ -1722,5 +1722,9 @@ class users::virtual_groups
gid => "10493",
ensure => "present",
}
@group { "bethard":
gid => "10494",
ensure => "present",
}
}
......@@ -4997,5 +4997,13 @@ class users::virtual_users
comment => "Christopher C Price, cprice@uab.edu, PSYCHOLOGY, David C Knight (knightdc@uab.edu)",
managehome => true,
}
# 20131202 - Added new cheaha user bethard - https://trac.uabgrid.uab.edu/atlab/ticket/732
@user { "bethard":
ensure => "present",
uid => "10494",
gid => "cis",
comment => "Steven J Bethard, bethard@uab.edu, CIS, Steven J Bethard (bethard@uab.edu)",
managehome => true,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment