From 27d2fe45dd301cdd3f47f3c6e3a87acd3d432fa4 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 2 Oct 2019 13:30:32 +0100 Subject: [PATCH] docs(pillar.example): improve TOFS comment to explain the default path [skip ci] * As used in the `nginx-formula`: - https://github.com/saltstack-formulas/nginx-formula/blob/17291a0ae2c2554707b79d897bb6ddec716e8426/pillar.example#L340-L341 --- pillar.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index 9c877221..ff5804af 100644 --- a/pillar.example +++ b/pillar.example @@ -32,6 +32,8 @@ 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 }} + # I.e.: salt://template/files/default # path_prefix: template_alt # dirs: # files: files_alt