fixed code block in README.rst
This commit is contained in:
parent
17cbdc44a6
commit
886f6afc18
17
README.rst
17
README.rst
@ -57,13 +57,12 @@ Overriding default values
|
||||
|
||||
In order to separate actual user account definitions from configuration the pillar `users-formula` was introduced:
|
||||
|
||||
```yaml
|
||||
users:
|
||||
myuser:
|
||||
# stuff
|
||||
.. code-bock:: yaml
|
||||
users:
|
||||
myuser:
|
||||
# stuff
|
||||
|
||||
users-formula:
|
||||
lookup:
|
||||
root_group: toor
|
||||
shell: '/bin/zsh'
|
||||
```
|
||||
users-formula:
|
||||
lookup:
|
||||
root_group: toor
|
||||
shell: '/bin/zsh'
|
||||
|
Loading…
Reference in New Issue
Block a user