Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet_users
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John-Paul Robinson
puppet_users
Commits
7740f32f
Commit
7740f32f
authored
11 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Added new cheaha user bethard -
https://trac.uabgrid.uab.edu/atlab/ticket/732
parent
28ce6285
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifests/cheaha_users.pp
+1
-0
1 addition, 0 deletions
manifests/cheaha_users.pp
manifests/virtual_groups.pp
+4
-0
4 additions, 0 deletions
manifests/virtual_groups.pp
manifests/virtual_users.pp
+8
-0
8 additions, 0 deletions
manifests/virtual_users.pp
with
13 additions
and
0 deletions
manifests/cheaha_users.pp
+
1
−
0
View file @
7740f32f
...
...
@@ -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"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
4
−
0
View file @
7740f32f
...
...
@@ -1722,5 +1722,9 @@ class users::virtual_groups
gid
=>
"10493"
,
ensure
=>
"present"
,
}
@
group
{
"bethard"
:
gid
=>
"10494"
,
ensure
=>
"present"
,
}
}
This diff is collapsed.
Click to expand it.
manifests/virtual_users.pp
+
8
−
0
View file @
7740f32f
...
...
@@ -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
,
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment