follow symlinks

This commit is contained in:
Lars Wagner 2018-01-31 13:53:40 +01:00 committed by rallytime
parent dae41de7a8
commit 953a400d79
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

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():