Add a doc on pillar targeting

This commit is contained in:
Thomas S Hatch 2012-05-23 10:34:44 -06:00
parent 59693d4607
commit fb88767ae7

View File

@ -127,3 +127,14 @@ locally. This is done with the ``saltutil.refresh_pillar`` function.
.. code-block:: yaml
salt '*' saltutil.refresh_pillar
Targeting with Pillar
=====================
Pillar data can be used when targeting minions. This allows for the highest
level of complexity and granularity when targeting minions. Highly complicated
groupings can be made.
.. code-block:: bash
salt -I 'somekey:specialvalue' test.ping