mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2024-12-11 08:14:24 +01:00
fixed code block in README.rst
This commit is contained in:
parent
17cbdc44a6
commit
886f6afc18
@ -57,7 +57,7 @@ Overriding default values
|
|||||||
|
|
||||||
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
|
.. code-bock:: yaml
|
||||||
users:
|
users:
|
||||||
myuser:
|
myuser:
|
||||||
# stuff
|
# stuff
|
||||||
@ -66,4 +66,3 @@ users-formula:
|
|||||||
lookup:
|
lookup:
|
||||||
root_group: toor
|
root_group: toor
|
||||||
shell: '/bin/zsh'
|
shell: '/bin/zsh'
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user