mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2024-11-28 00:48:22 +01:00
15 lines
263 B
ReStructuredText
15 lines
263 B
ReStructuredText
users
|
|
=====
|
|
|
|
Configure users via pillar
|
|
|
|
Using this state, you can configure users entirely via pillar:
|
|
|
|
users:
|
|
auser:
|
|
sudouser: True
|
|
shell: /bin/zsh
|
|
groups:
|
|
- admin
|
|
ssh_auth:
|
|
- ssh-rsa PUBLICKEYKEYKEY |