mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarification on external pillar usage.
This commit is contained in:
parent
fa3014393c
commit
410810cea2
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