mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some docstrings in the virt module
This commit is contained in:
parent
978e4b4954
commit
7b60f6f30e
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ def vm_info():
|
|||
def node_info():
|
||||
'''
|
||||
Return a dict with information about this node
|
||||
|
||||
CLI Example:
|
||||
salt '*' virt.node_info
|
||||
'''
|
||||
conn = __get_conn()
|
||||
info = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue