mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2024-11-28 02:57:55 +01:00
44f773ea5d
Quick example of absent users
13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
users:
|
|
auser:
|
|
sudouser: True
|
|
shell: /bin/zsh
|
|
groups:
|
|
- admin
|
|
ssh_auth:
|
|
- ssh-rsa PUBLICKEYKEYKEY
|
|
|
|
absent_users:
|
|
- donald
|
|
- bad_guy
|