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.
config
pillar
1 parent eab481c commit 3d9a24cCopy full SHA for 3d9a24c
pillar.example
@@ -32,7 +32,7 @@ template:
32
# files: files_alt
33
# default: default_alt
34
# files:
35
- # template-config:
+ # template-config-file-file-managed:
36
# - 'example_alt.tmpl'
37
# - 'example_alt.tmpl.jinja'
38
template/config/file.sls
@@ -15,7 +15,7 @@ template-config-file-file-managed:
15
- name: {{ template.config }}
16
- source: {{ files_switch(
17
salt['config.get'](
18
- tplroot ~ ':tofs:files:template-config',
+ tplroot ~ ':tofs:files:template-config-file-file-managed',
19
['example.tmpl', 'example.tmpl.jinja']
20
)
21
) }}
0 commit comments