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 22# vim: ft=jinja
33
44{% - 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 %}
1212
1313{% - set _config = salt ['config.get' ](tplroot , default ={}) %}
1414{% - set defaults = salt ['grains.filter_by' ](
You can’t perform that action at this time.
0 commit comments