mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
set the config to use the new key generation
This commit is contained in:
parent
b4ea189069
commit
c1c144db07
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def minion_config(path):
|
|||
sys.stderr.write(err + '\n')
|
||||
|
||||
opts['master_uri'] = 'tcp://' + opts['master'] + ':' + opts['master_port']
|
||||
opts['aes'] = salt.crypt.gen_aes()
|
||||
opts['aes'] = salt.crypt.Crypticle.generate_key_string()
|
||||
|
||||
return opts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue