Merge pull request #197 from chenmen/pillar.example
add example of groups init into pillar.example
This commit is contained in:
commit
bdf05fc5f6
@ -3,6 +3,13 @@ users-formula:
|
|||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user