mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix cli example of salt.modules.network.arp
Remove an useless '*' symbol in cli example of salt.modules.network.arp
This commit is contained in:
parent
b322026d2e
commit
7fd2c25cde
@ -159,7 +159,7 @@ def arp():
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' '*' network.arp
|
||||
salt '*' network.arp
|
||||
'''
|
||||
ret = {}
|
||||
out = __salt__['cmd.run']('arp -an')
|
||||
|
Loading…
Reference in New Issue
Block a user