File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,5 @@ node-config-clean-file-absent:
24
24
- {{ node.environ_file }}
25
25
- require:
26
26
- sls: {{ sls_package_clean }}
27
+
28
+ {%- endif % }
Original file line number Diff line number Diff line change 2
2
# vim: ft=jinja
3
3
4
4
{% - set tplroot = tpldir .split ('/' )[0] %}
5
- {% - import_yaml tplroot ~ "/defaults.yaml" as default_settings %}
6
- {% - import_yaml tplroot ~ "/osfamilymap.yaml" as osfamilymap %}
7
- {% - import_yaml tplroot ~ "/osmap.yaml" as osmap %}
8
- {% - import_yaml tplroot ~ "/osarchmap.yaml" as osarchmap %}
5
+ {% - import_yaml tplroot ~ "/defaults.yaml" as default_settings with context %}
6
+ {% - import_yaml tplroot ~ "/osfamilymap.yaml" as osfamilymap with context %}
7
+ {% - import_yaml tplroot ~ "/osmap.yaml" as osmap with context %}
8
+ {% - import_yaml tplroot ~ "/osarchmap.yaml" as osarchmap with context %}
9
9
10
10
{% - set _config = salt ['config.get' ](tplroot , default ={}) %}
11
11
{% - set defaults = salt ['grains.filter_by' ](
You can’t perform that action at this time.
0 commit comments