Add example output for the pillar.items command

This commit is contained in:
Brad Davis 2017-02-21 11:57:23 -07:00
parent 4142b4bcd3
commit b8b9c633a1

View File

@ -172,6 +172,18 @@ executing the following and checking for ``network.ip_addrs`` in the output:
salt '*' pillar.items salt '*' pillar.items
Which should show that the function is present on the minion, but not include
the output:
.. code-block:: shell
minion1.example.com:
----------
mine_functions:
----------
network.ip_addrs:
- eth0
:file:`/etc/salt/minion.d/mine.conf`: :file:`/etc/salt/minion.d/mine.conf`:
.. code-block:: yaml .. code-block:: yaml