Browse Source
Merge pull request #197 from chenmen/pillar.example
add example of groups init into pillar.example
tags/v0.45.0
Niels Abspoel
5 years ago
No account linked to committer's email address
1 changed files with
7 additions and
0 deletions
-
pillar.example
|
|
|
|
|
|
|
|
lookup: # override the defauls in map.jinja |
|
|
lookup: # override the defauls in map.jinja |
|
|
root_group: root |
|
|
root_group: root |
|
|
|
|
|
|
|
|
|
|
|
# group initialization |
|
|
|
|
|
groups: |
|
|
|
|
|
foo: |
|
|
|
|
|
state: present |
|
|
|
|
|
gid: 500 |
|
|
|
|
|
system: False |
|
|
|
|
|
|
|
|
users: |
|
|
users: |
|
|
## Minimal required pillar values |
|
|
## Minimal required pillar values |
|
|
auser: |
|
|
auser: |