Fix outdated Jinja 'env' variable reference

This commit is contained in:
Seth House 2016-03-10 19:48:04 -07:00
parent 91ff95f093
commit cb72b19240

View file

@ -71,15 +71,15 @@ defaults:
{{ salt['grains.get']('os') }}
env
====
saltenv
=======
The `env` variable is available in only in sls files when gathering the sls
The `saltenv` variable is available in only in sls files when gathering the sls
from an environment.
.. code-block:: jinja
{{ env }}
{{ saltenv }}
sls
====
@ -91,4 +91,4 @@ include option.
.. code-block:: jinja
{{ sls }}
{{ sls }}