mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Removed aes and token_dir from def values() function
This commit is contained in:
parent
a32b375806
commit
921a070830
@ -22,8 +22,6 @@ def values():
|
||||
Return the raw values of the config file
|
||||
'''
|
||||
data = salt.config.master_config(__opts__['conf_file'])
|
||||
data.pop('aes')
|
||||
data.pop('token_dir')
|
||||
return data
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user