mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37978 from terminalmage/ext_pillar_first-docs
Add clarifying language to ext_pillar_first docs
This commit is contained in:
commit
7a7e36728f
1 changed files with 13 additions and 2 deletions
|
@ -2297,8 +2297,19 @@ There are additional details at :ref:`salt-pillars`
|
|||
Default: ``False``
|
||||
|
||||
This option allows for external pillar sources to be evaluated before
|
||||
:conf_master:`pillar_roots`. This allows for targeting file system pillar from
|
||||
ext_pillar.
|
||||
:conf_master:`pillar_roots`. External pillar data is evaluated separately from
|
||||
:conf_master:`pillar_roots` pillar data, and then both sets of pillar data are
|
||||
merged into a single pillar dictionary, so the value of this config option will
|
||||
have an impact on which key "wins" when there is one of the same name in both
|
||||
the external pillar data and :conf_master:`pillar_roots` pillar data. By
|
||||
setting this option to ``True``, ext_pillar keys will be overridden by
|
||||
:conf_master:`pillar_roots`, while leaving it as ``False`` will allow
|
||||
ext_pillar keys to override those from :conf_master:`pillar_roots`.
|
||||
|
||||
.. note::
|
||||
For a while, this config option did not work as specified above, because of
|
||||
a bug in Pillar compilation. This bug has been resolved in version 2016.3.4
|
||||
and later.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue