mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update doc/ref/renderers/index.rst
Telling users where they can put their custom renderers.
This commit is contained in:
parent
1ce74929f2
commit
eb907cb084
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ Writing a renderer is easy, all that is required is that a Python module
|
|||
is placed in the rendered directory and that the module implements the
|
||||
render function. The render function will be passed the path of the SLS file.
|
||||
In the render function, parse the passed file and return the data structure
|
||||
derived from the file.
|
||||
derived from the file. You can place your custom renderers in a ``_renderers``
|
||||
directory in your file root (``/srv/salt/``).
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
|
Loading…
Add table
Reference in a new issue