mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #41289 from garethgreenaway/2016_11_5_fix_consul_cache_ls
Fixing consul cache
This commit is contained in:
commit
d0fa31d4ca
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