Merge pull request #45988 from rallytime/bp-45797

Back-port #45797 to 2017.7
This commit is contained in:
Nicole Thomas 2018-02-13 12:49:02 -05:00 committed by GitHub
commit d20ff89414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ def __get_aliases_filename():
'''
Return the path to the appropriate aliases file
'''
return __salt__['config.option']('aliases.file')
return os.path.realpath(__salt__['config.option']('aliases.file'))
def __parse_aliases():