fix(tofs): update use of state ID in config and pillar

This commit is contained in:
Imran Iqbal 2019-03-09 01:58:30 +00:00
parent eab481cd4f
commit 3d9a24c71d
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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']
)
) }}