Add __func_alias__ back in

This commit is contained in:
Joseph Hall 2017-03-31 14:40:48 -06:00
parent 02a1f642ab
commit 76e54a2900
2 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,8 @@ api = None
# Define the module's virtual name
__virtualname__ = 'consul'
__func_alias__ = {'ls': 'list'}
def __virtual__():
'''

View file

@ -23,6 +23,8 @@ import salt.utils.atomicfile
log = logging.getLogger(__name__)
__func_alias__ = {'ls': 'list'}
def __cachedir(kwargs=None):
if kwargs and 'cachedir' in kwargs: