mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-09-19 00:14:41 +02:00
New format of user.absent support introduced. Old format still supported.
This commit is contained in:
+11
-4
@@ -1,10 +1,9 @@
|
||||
users:
|
||||
## Minimal required pillar values
|
||||
## Minimal required pillar values
|
||||
auser:
|
||||
groups:
|
||||
- admin
|
||||
fullname: A User
|
||||
|
||||
## Full list of pillar values
|
||||
## Full list of pillar values
|
||||
buser:
|
||||
fullname: B User
|
||||
home: /custom/buser
|
||||
@@ -25,6 +24,14 @@ users:
|
||||
ssh_auth:
|
||||
- PUBLICKEY
|
||||
|
||||
## Absent user
|
||||
cuser:
|
||||
absent: True
|
||||
purge: True
|
||||
force: True
|
||||
|
||||
|
||||
## Old syntax of absent_users still supported
|
||||
absent_users:
|
||||
- donald
|
||||
- bad_guy
|
||||
|
||||
Reference in New Issue
Block a user