mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
move the aes key location so that the correct NEW key is sent
Fix #4562
This commit is contained in:
parent
1e0847925f
commit
b53587aaad
@ -622,7 +622,9 @@ class MWorker(multiprocessing.Process):
|
||||
return
|
||||
self.crypticle = salt.crypt.Crypticle(self.opts, aes)
|
||||
self.clear_funcs.crypticle = self.crypticle
|
||||
self.clear_funcs.opts['aes'] = aes
|
||||
self.aes_funcs.crypticle = self.crypticle
|
||||
self.aes_funcs.opts['aes'] = aes
|
||||
self.k_mtime = stats.st_mtime
|
||||
|
||||
def run(self):
|
||||
|
Loading…
Reference in New Issue
Block a user