Fixed formatting issues/wording in file.py to better match what is present on the troubleshooting page

This commit is contained in:
Forrest Alvarez 2013-09-06 21:18:48 -07:00
parent 9e47e00afb
commit 5cd685e1f7

View File

@ -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