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
35c85454
Commit
35c85454
authored
11 years ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Moved ENG sysadmins into new eng_sysadmins.pp config
parent
89ef39b7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.project
+2
-2
2 additions, 2 deletions
.project
manifests/eng_sysadmins.pp
+27
-0
27 additions, 0 deletions
manifests/eng_sysadmins.pp
manifests/rcs_users.pp
+1
-0
1 addition, 0 deletions
manifests/rcs_users.pp
manifests/sysadmins.pp
+8
-5
8 additions, 5 deletions
manifests/sysadmins.pp
with
38 additions
and
7 deletions
.project
+
2
−
2
View file @
35c85454
...
...
@@ -6,7 +6,7 @@
</projects>
<buildSpec>
<buildCommand>
<name>
org.cloudsmith
.geppetto.pp.dsl.ui.modulefileBuilder
</name>
<name>
com.puppetlabs
.geppetto.pp.dsl.ui.modulefileBuilder
</name>
<arguments>
</arguments>
</buildCommand>
...
...
@@ -17,7 +17,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>
org.cloudsmith
.geppetto.pp.dsl.ui.puppetNature
</nature>
<nature>
com.puppetlabs
.geppetto.pp.dsl.ui.puppetNature
</nature>
<nature>
org.eclipse.xtext.ui.shared.xtextNature
</nature>
</natures>
</projectDescription>
This diff is collapsed.
Click to expand it.
manifests/eng_sysadmins.pp
0 → 100644
+
27
−
0
View file @
35c85454
# Class: users::sysadmins
#
# This module manages users and groups
#
# Parameters: none
#
# Actions:
#
# Requires: see Modulefile
#
# Sample Usage:
#
class
users::sysadmins
inherits
users::virtual_users
{
User
[
"mhanby"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
,
"kvm"
]
}
User
[
"tfoley"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
]
}
realize
(
Group
[
"wheel"
],
Group
[
"sysadmins"
],
Group
[
"kvm"
],
User
[
"mhanby"
],
Group
[
"mhanby"
],
User
[
"tfoley"
],
Group
[
"tfoley"
]
)
}
This diff is collapsed.
Click to expand it.
manifests/rcs_users.pp
+
1
−
0
View file @
35c85454
...
...
@@ -20,6 +20,7 @@ class users::rcs_users inherits users::virtual_users
User
[
"billb"
],
User
[
"jpr"
],
User
[
"mhanby"
],
User
[
"matts"
],
User
[
"pavgi"
],
User
[
"ppreddy"
],
User
[
"puri"
],
...
...
This diff is collapsed.
Click to expand it.
manifests/sysadmins.pp
+
8
−
5
View file @
35c85454
...
...
@@ -12,16 +12,19 @@
#
class
users::sysadmins
inherits
users::virtual_users
{
User
[
"billb"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
,
"kvm"
]
}
User
[
"matts"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
,
"kvm"
]
}
User
[
"mhanby"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
,
"kvm"
]
}
User
[
"tfoley"
]
{
groups
=>
[
"wheel"
,
"sysadmins"
]
}
realize
(
realize
(
Group
[
"kvm"
],
Group
[
"wheel"
],
Group
[
"sysadmins"
],
Group
[
"kvm"
],
User
[
"billb"
],
Group
[
"billb"
],
User
[
"mhanby"
],
Group
[
"mhanby"
],
User
[
"
tfoley
"
],
Group
[
"
tfoley
"
]
User
[
"
matts
"
],
Group
[
"
matts
"
]
)
}
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