mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
added wempy to list in ./doc/ref/renderers/index.rst
This commit is contained in:
parent
69e44a8c3a
commit
1c5042c2ec
1 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,11 @@ By default SLS files are rendered as Jinja templates and then parsed as YAML
|
|||
documents. But since the only thing the state system cares about is raw data,
|
||||
the SLS files can be any structured format that can be dreamed up.
|
||||
|
||||
Currently there is support for ``Jinja + YAML``, ``Mako + YAML``,
|
||||
``Jinja + json`` and ``Mako + json``. But renderers can be written to support
|
||||
anything. This means that the Salt states could be managed by xml files, html
|
||||
files, puppet files, or any format that can be translated into the data
|
||||
structure used by the state system.
|
||||
Currently there is support for ``Jinja + YAML``, ``Mako + YAML``,
|
||||
``Wempy + YAML``, ``Jinja + json`` ``Mako + json`` and ``Wempy + json``. But
|
||||
renderers can be written to support anything. This means that the Salt states
|
||||
could be managed by xml files, html files, puppet files, or any format that
|
||||
can be translated into the data structure used by the state system.
|
||||
|
||||
Multiple Renderers
|
||||
------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue