mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Match module function alias.
This commit is contained in:
parent
b94841ab64
commit
6d0e9bb058
@ -5,6 +5,9 @@ specs.
|
||||
|
||||
import salt.minion
|
||||
|
||||
__func_alias__ = {
|
||||
'list_': 'list'
|
||||
}
|
||||
|
||||
def compound(tgt):
|
||||
'''
|
||||
@ -96,7 +99,7 @@ def grain(tgt):
|
||||
return False
|
||||
|
||||
|
||||
def list(tgt):
|
||||
def list_(tgt):
|
||||
'''
|
||||
Return True if the minion matches the given list target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user