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
7b6bac9f
Commit
7b6bac9f
authored
11 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Added group htiwari, Added user and group htiwari to ssg_srv3_users.pp
parent
8b6019a2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/ssg_srv3_users.pp
+7
-1
7 additions, 1 deletion
manifests/ssg_srv3_users.pp
manifests/virtual_groups.pp
+4
-0
4 additions, 0 deletions
manifests/virtual_groups.pp
with
11 additions
and
1 deletion
manifests/ssg_srv3_users.pp
+
7
−
1
View file @
7b6bac9f
...
...
@@ -13,7 +13,9 @@
class
users::ssg_srv3_users
inherits
users::virtual_users
{
User
[
"dzhi"
]
{
gid
=>
[
"dzhi"
],
groups
=>
[
"ssg"
]
}
User
[
"htiwari"
]
{
gid
=>
[
"htiwari"
],
groups
=>
[
"ssg"
]
}
User
[
"jelaiw"
]
{
gid
=>
[
"jelaiw"
],
groups
=>
[
"ssg"
]
}
User
[
"msandel"
]
{
gid
=>
[
"msandel"
],
groups
=>
[
"ssg"
]
}
User
[
"vinodh"
]
{
gid
=>
[
"vinodh"
],
groups
=>
[
"ssg"
]
}
# Realize full time users of ssg-srv3
...
...
@@ -21,9 +23,13 @@ class users::ssg_srv3_users inherits users::virtual_users
Group
[
"ssg"
],
User
[
"dzhi"
],
Group
[
"dzhi"
],
User
[
"htiwari"
],
Group
[
"htiwari"
],
User
[
"jelaiw"
],
Group
[
"jelaiw"
],
User
[
"msandel"
],
Group
[
"msandel"
],
User
[
"vinodh"
],
Group
[
"vinodh"
]
)
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
manifests/virtual_groups.pp
+
4
−
0
View file @
7b6bac9f
...
...
@@ -427,6 +427,10 @@ class users::virtual_groups
gid
=>
"1117"
,
ensure
=>
"present"
,
}
@
group
{
"htiwari"
:
gid
=>
"1173"
,
ensure
=>
"present"
,
}
@
group
{
"nliu"
:
gid
=>
"1181"
,
ensure
=>
"present"
,
...
...
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