File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ Here is the best way to use it in an ``sls`` file:
458
458
459
459
{#- Get the `tplroot` from `tpldir` #}
460
460
{%- set tplroot = tpldir.split("/")[0] %}
461
- {%- from tplroot ~ "/map.jinja" import mapdata as TEMPLATE with context %}
461
+ {%- from tplroot ~ "/map.jinja" import mapdata as TEMPLATE without context %}
462
462
463
463
test-does-nothing-but-display-TEMPLATE-as-json:
464
464
test.nop:
@@ -480,7 +480,7 @@ Here is an example based on `template-formula/TEMPLATE/config/file.sls`_:
480
480
{#- Get the `tplroot` from `tpldir` #}
481
481
{%- set tplroot = tpldir.split('/')[0] %}
482
482
{%- set sls_package_install = tplroot ~ '.package.install' %}
483
- {%- from tplroot ~ "/map.jinja" import mapdata as TEMPLATE with context %}
483
+ {%- from tplroot ~ "/map.jinja" import mapdata as TEMPLATE without context %}
484
484
{%- from tplroot ~ "/libtofs.jinja" import files_switch with context %}
485
485
486
486
include:
You can’t perform that action at this time.
0 commit comments