mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50837 from Ch3LL/pyren_doc
Clarify py render docs when data context is available
This commit is contained in:
commit
1f57602043
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ execution functions, grains, pillar, etc. They are:
|
|||
``/srv/salt/foo/bar/baz.sls``, then ``__sls__`` in that file will be
|
||||
``foo.bar.baz``.
|
||||
|
||||
The global context ``data`` (same as context ``{{ data }}`` for states written
|
||||
with Jinja + YAML). The following YAML + Jinja state declaration:
|
||||
When writing a reactor SLS file the global context ``data`` (same as context ``{{ data }}``
|
||||
for states written with Jinja + YAML) is available. The following YAML + Jinja state declaration:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue