New format of user.absent support introduced. Old format still supported.

This commit is contained in:
Slawomir Pucia
2014-04-23 14:49:10 +02:00
parent 702649a51d
commit 07aeb2c4f8
2 changed files with 32 additions and 7 deletions
+11 -4
View File
@@ -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