mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update pillar tutorial lanuage regarding pillar_opts settings
The pillar_opts option defaults to ``False``. This change updates the language in the pillar tutoral to be in-line with the default setting. Fixes #38629
This commit is contained in:
parent
bab3479a3c
commit
1e125e2844
1 changed files with 10 additions and 3 deletions
|
@ -59,9 +59,16 @@ pillar data:
|
|||
Prior to version 0.16.2, this function is named ``pillar.data``. This
|
||||
function name is still supported for backwards compatibility.
|
||||
|
||||
By default the contents of the master configuration file are loaded into
|
||||
pillar for all minions. This enables the master configuration file to
|
||||
be used for global configuration of minions.
|
||||
By default, the contents of the master configuration file are not loaded into
|
||||
pillar for all minions. This default is stored in the ``pillar_opts`` setting,
|
||||
which defaults to ``False``.
|
||||
|
||||
The contents of the master configuration file can be made available to minion
|
||||
pillar files. This makes global configuration of services and systems very easy,
|
||||
but note that this may not be desired or appropriate if sensitive data is stored
|
||||
in the master's configuration file. To enable the master configuration file to be
|
||||
available to a minion's pillar files, set ``pillar_opts`` to ``True`` in the
|
||||
minion configuration file.
|
||||
|
||||
Similar to the state tree, the pillar is comprised of sls files and has a top file.
|
||||
The default location for the pillar is in /srv/pillar.
|
||||
|
|
Loading…
Add table
Reference in a new issue