From c76ffa660ec01d1a914b219cd1c3292f77a36b64 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 22 Jul 2019 19:40:53 +0100 Subject: [PATCH] tofs: include path pattern with defaults in docs --- pillar.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 975688e..de62d4b 100644 --- a/pillar.example +++ b/pillar.example @@ -299,9 +299,11 @@ nginx: # - osfinger # - os # - os_family + # # All aspects of path/file resolution are customisable using the options below. # This is unnecessary in most cases; there are sensible defaults. - # path_prefix: template_alt + # Path pattern: salt://{{ path_prefix or 'nginx' }}/{{ dirs.files or 'files' }}/{{ dirs.default or 'default' }} + # path_prefix: template_alt # dirs: # files: files_alt # default: default_alt