mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Give minions a unique pki dir in raet minion swarm
This commit is contained in:
parent
360cc7d80b
commit
4551c46abb
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ class Swarm(object):
|
|||
data['transport'] = 'raet'
|
||||
data['sock_dir'] = os.path.join(dpath, 'sock')
|
||||
data['raet_port'] = self.raet_port
|
||||
data['pki_dir'] = os.path.join(dpath, 'pki')
|
||||
self.raet_port += 1
|
||||
|
||||
if self.opts['root_dir']:
|
||||
|
|
Loading…
Add table
Reference in a new issue