mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30093 from zmalone/pillar-notes
Noting that file_roots and "state tree" should both be avoided
This commit is contained in:
commit
040412b0b1
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ The default location for the pillar is in /srv/pillar.
|
|||
|
||||
The pillar location can be configured via the `pillar_roots` option inside
|
||||
the master configuration file. It must not be in a subdirectory of the state
|
||||
tree.
|
||||
tree or file_roots. If the pillar is under file_roots, any pillar targeting
|
||||
can be bypassed by minions.
|
||||
|
||||
To start setting up the pillar, the /srv/pillar directory needs to be present:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue