mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fixed formatting issues/wording in file.py to better match what is present on the troubleshooting page
This commit is contained in:
parent
9e47e00afb
commit
5cd685e1f7
@ -62,11 +62,11 @@ In this example ``foo.conf`` in the ``dev`` environment will be used instead.
|
||||
- group: users
|
||||
- mode: '0644'
|
||||
|
||||
.. warning::
|
||||
.. warning::
|
||||
|
||||
When using a mode that includes a leading zero you MUST wrap the
|
||||
When using a mode that includes a leading zero you must wrap the
|
||||
value in single quotes. If the value is not wrapped in quotes it
|
||||
will be interpreted as an octal.
|
||||
will be read by YAML as an integer and evaluated as an octal.
|
||||
|
||||
Directories can be managed via the ``directory`` function. This function can
|
||||
create and enforce the permissions on a directory. A directory statement will
|
||||
|
Loading…
Reference in New Issue
Block a user