mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix some docstrings in the virt module
This commit is contained in:
parent
978e4b4954
commit
7b60f6f30e
@ -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…
Reference in New Issue
Block a user