We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src_files
1 parent 5730e94 commit 3e62d7bCopy full SHA for 3e62d7b
template/libtofs.jinja
@@ -55,10 +55,13 @@
55
tplroot ~ ':tofs:files_switch',
56
default_files_switch
57
) %}
58
- {#- Lookup files or fallback to source_files parameter #}
+ {#- Lookup source_files (v2), files (v1), or fallback to source_files parameter #}
59
{%- set src_files = salt['config.get'](
60
tplroot ~ ':tofs:source_files:' ~ lookup,
61
- source_files
+ salt['config.get'](
62
+ tplroot ~ ':tofs:files:' ~ lookup,
63
+ source_files
64
+ )
65
66
{#- Only add to [''] when supporting older TOFS implementations #}
67
{%- set path_prefix_exts = [''] %}
0 commit comments