Browse Source

add example of groups init

tags/v0.45.0
Meng Chen 5 years ago
parent
commit
ba61e9b7f1
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      pillar.example

+ 7
- 0
pillar.example View File

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…
Cancel
Save