Skip to content

Commit

Permalink
docs(pillar.example): fix TOFS comment to explain the default path [s…
Browse files Browse the repository at this point in the history
…kip ci]

* Replace the Jinja brackets to avoid evaluating when `pillar.example` is
  used from Kitchen
* References:
  - saltstack-formulas/libvirt-formula#60 (comment)
  - saltstack-formulas/libvirt-formula#60 (comment)
  • Loading branch information
myii committed Oct 3, 2019
1 parent 27d2fe4 commit fde5063
Showing 1 changed file with 1 addition and 1 deletion.
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:
- os_family
# All aspects of path/file resolution are customisable using the options below.
# This is unnecessary in most cases; there are sensible defaults.
# Default path: salt://{{ path_prefix }}/{{ dirs.files }}/{{ dirs.default }}
# Default path: salt://< path_prefix >/< dirs.files >/< dirs.default >
# I.e.: salt://template/files/default
# path_prefix: template_alt
# dirs:
Expand Down

0 comments on commit fde5063

Please sign in to comment.