set the config to use the new key generation

This commit is contained in:
Thomas S Hatch 2011-03-04 15:24:18 -07:00
parent b4ea189069
commit c1c144db07

View file

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