0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2025-01-22 18:06:54 +01:00

Added users-formula to README.rst

This commit is contained in:
Alexander Weidinger 2017-07-12 16:56:57 +02:00
parent 3320299e70
commit 17cbdc44a6

View File

@ -51,3 +51,19 @@ This depends on the vim-formula to be installed.
---------------
Permits the abitrary management of files. See pillar.example for configuration details.
Overriding default values
=========================
In order to separate actual user account definitions from configuration the pillar `users-formula` was introduced:
```yaml
users:
myuser:
# stuff
users-formula:
lookup:
root_group: toor
shell: '/bin/zsh'
```