documentation fix issue 31844

This commit is contained in:
Todd Wells 2016-03-28 16:16:04 -07:00 committed by rallytime
parent 1afb048801
commit 5fdd81ace9

View file

@ -92,3 +92,15 @@ include option.
.. code-block:: jinja
{{ sls }}
slspath
=======
The `slspath` variable contains the path to the current sls file. The value
of `slspath` in files referenced in the current sls depends on the reference
method. For jinja includes `slspath` is the path to the current file. For
salt includes `slspath` is the path to the included file.
.. code-block:: jinja
{{ slspath }}