Browse Source

fixed code block in README.rst

tags/v0.45.0
Alexander Weidinger 7 years ago
parent
commit
886f6afc18
1 changed files with 9 additions and 10 deletions
  1. +9
    -10
      README.rst

+ 9
- 10
README.rst View File



In order to separate actual user account definitions from configuration the pillar `users-formula` was introduced: 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'
```
.. code-bock:: yaml
users:
myuser:
# stuff

users-formula:
lookup:
root_group: toor
shell: '/bin/zsh'

Loading…
Cancel
Save