Note that pillar cli args are sent via pub

This commit is contained in:
Mike Place 2016-02-05 10:53:08 -07:00
parent 2415b3e62e
commit 3ff7d49555

View file

@ -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
=======================