File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 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 ~ "/osfingermap.yaml" as osfingermap %}
8
- {% - import_yaml tplroot ~ "/osmap.yaml" as osmap %}
9
- {% - import_yaml tplroot ~ "/codenamemap.yaml" as codenamemap %}
10
- {% - import_yaml tplroot ~ "/osarchmap.yaml" as osarchmap %}
11
- {% - import_yaml tplroot ~ "/cpuarchmap.yaml" as cpuarchmap %}
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 ~ "/osfingermap.yaml" as osfingermap with context %}
8
+ {% - import_yaml tplroot ~ "/osmap.yaml" as osmap with context %}
9
+ {% - import_yaml tplroot ~ "/codenamemap.yaml" as codenamemap with context %}
10
+ {% - import_yaml tplroot ~ "/osarchmap.yaml" as osarchmap with context %}
11
+ {% - import_yaml tplroot ~ "/cpuarchmap.yaml" as cpuarchmap with context %}
12
12
13
13
{% - set _config = salt ['config.get' ](tplroot , default ={}) %}
14
14
{% - set defaults = salt ['grains.filter_by' ](
You can’t perform that action at this time.
0 commit comments