mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
follow symlinks
This commit is contained in:
parent
dae41de7a8
commit
953a400d79
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue