mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Note that pillar cli args are sent via pub
This commit is contained in:
parent
2415b3e62e
commit
3ff7d49555
1 changed files with 7 additions and 0 deletions
|
@ -361,6 +361,13 @@ can be created like this:
|
|||
|
||||
salt '*' state.highstate pillar='["cheese", "milk", "bread"]'
|
||||
|
||||
.. note::
|
||||
|
||||
Be aware that when sending sensitive data via pillar on the command-line
|
||||
that the publication containing that data will be received by all minions
|
||||
and will not be restricted to the targeted minions. This may represent
|
||||
a security concern in some cases.
|
||||
|
||||
|
||||
Master Config In Pillar
|
||||
=======================
|
||||
|
|
Loading…
Add table
Reference in a new issue