mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
fix(tofs): update use of state ID in config
and pillar
This commit is contained in:
parent
eab481cd4f
commit
3d9a24c71d
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ template:
|
|||
# files: files_alt
|
||||
# default: default_alt
|
||||
# files:
|
||||
# template-config:
|
||||
# template-config-file-file-managed:
|
||||
# - 'example_alt.tmpl'
|
||||
# - 'example_alt.tmpl.jinja'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ template-config-file-file-managed:
|
|||
- name: {{ template.config }}
|
||||
- source: {{ files_switch(
|
||||
salt['config.get'](
|
||||
tplroot ~ ':tofs:files:template-config',
|
||||
tplroot ~ ':tofs:files:template-config-file-file-managed',
|
||||
['example.tmpl', 'example.tmpl.jinja']
|
||||
)
|
||||
) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue