mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #18901 from jacksontj/develop
Fix typo in renderer documentation
This commit is contained in:
commit
006a3179d3
@ -109,7 +109,7 @@ as output.
|
|||||||
Writing Renderers
|
Writing Renderers
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
A custom renderer must be a Python module placed in the rendered directory and the
|
A custom renderer must be a Python module placed in the renderers directory and the
|
||||||
module implement the ``render`` function.
|
module implement the ``render`` function.
|
||||||
|
|
||||||
The ``render`` function will be passed the path of the SLS file as an argument.
|
The ``render`` function will be passed the path of the SLS file as an argument.
|
||||||
|
Loading…
Reference in New Issue
Block a user