mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39339 from cro/pillar_filetree_doc
Add link to external pillar documentation for clarification.
This commit is contained in:
commit
ce781deeb5
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Recursively iterate over directories and add all files as Pillar data
|
||||
|
||||
``File_tree`` is an external pillar that allows
|
||||
values from all files in a directory tree to be imported as Pillar data.
|
||||
|
||||
Note this is an external pillar, and is subject to the rules and constraints
|
||||
governing external pillars detailed here: :ref:`external-pillars`.
|
||||
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue