Skip to content

Commit c76ffa6

Browse files
authored
tofs: include path pattern with defaults in docs
1 parent c539594 commit c76ffa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pillar.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,11 @@ nginx:
299299
# - osfinger
300300
# - os
301301
# - os_family
302+
#
302303
# All aspects of path/file resolution are customisable using the options below.
303304
# This is unnecessary in most cases; there are sensible defaults.
304-
# path_prefix: template_alt
305+
# Path pattern: salt://{{ path_prefix or 'nginx' }}/{{ dirs.files or 'files' }}/{{ dirs.default or 'default' }}
306+
# path_prefix: template_alt
305307
# dirs:
306308
# files: files_alt
307309
# default: default_alt

0 commit comments

Comments
 (0)