mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Swapping the order in the func_alias so the ls function is available.
This commit is contained in:
parent
a10f0146a4
commit
780a28c9a0
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue