Merge pull request #30945 from cachedout/note_pillar_cli

Note that pillar cli args are sent via pub
This commit is contained in:
Mike Place 2016-02-08 11:43:59 -07:00
commit 5b0c7649c7

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