Removed aes and token_dir from def values() function

This commit is contained in:
Shwetabh Sharan 2015-03-26 18:59:34 +05:30
parent a32b375806
commit 921a070830

View File

@ -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