mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Swapping the order in the func_alias so the ls function is available.
This commit is contained in:
parent
a10f0146a4
commit
780a28c9a0
2
salt/cache/consul.py
vendored
2
salt/cache/consul.py
vendored
@ -61,7 +61,7 @@ api = None
|
||||
# Define the module's virtual name
|
||||
__virtualname__ = 'consul'
|
||||
|
||||
__func_alias__ = {'ls': 'list'}
|
||||
__func_alias__ = {'list': 'ls'}
|
||||
|
||||
|
||||
def __virtual__():
|
||||
|
Loading…
Reference in New Issue
Block a user