mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add example output for the pillar.items command
This commit is contained in:
parent
4142b4bcd3
commit
b8b9c633a1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user