Skip to content

Commit bdf05fc

Browse files
authored
Merge pull request #197 from chenmen/pillar.example
add example of groups init into pillar.example
2 parents b8c6844 + ba61e9b commit bdf05fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pillar.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ users-formula:
33
lookup: # override the defauls in map.jinja
44
root_group: root
55

6+
# group initialization
7+
groups:
8+
foo:
9+
state: present
10+
gid: 500
11+
system: False
12+
613
users:
714
## Minimal required pillar values
815
auser:

0 commit comments

Comments
 (0)