This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
users-formula
mirror of
https://github.com/saltstack-formulas/users-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
13
Wiki
Activity
Browse Source
add example of groups init
tags/v0.45.0
Meng Chen
5 years ago
parent
b8c6844e10
commit
ba61e9b7f1
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
+7
-0
pillar.example
+ 7
- 0
pillar.example
View File
@@ -3,6 +3,13 @@ users-formula:
lookup: # override the defauls in map.jinja
root_group: root
# group initialization
groups:
foo:
state: present
gid: 500
system: False
users:
## Minimal required pillar values
auser:
Write
Preview
Loading…
Cancel
Save