mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clarifying the pillar_opts is configured on both master and minion.
This commit is contained in:
parent
b2726891fe
commit
5817e87e4c
1 changed files with 3 additions and 2 deletions
|
@ -67,8 +67,9 @@ 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.
|
||||
available to minion as pillar, set ``pillar_opts: True`` in the master
|
||||
confugration file, and then for appropriate minions also set ``pillar_opts: True``
|
||||
in the minion(s) 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