Skip to content

Commit

Permalink
fix(tofs): update use of state ID in config and pillar
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 9, 2019
1 parent eab481c commit 3d9a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -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'

2 changes: 1 addition & 1 deletion template/config/file.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)
) }}
Expand Down

0 comments on commit 3d9a24c

Please sign in to comment.