mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated arg to salt-key in minionswarm script
This commit is contained in:
parent
081992fbbf
commit
08127614f9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Swarm(object):
|
|||
print('Creating shared pki keys for the swarm on: {0}'.format(path))
|
||||
subprocess.call(
|
||||
'salt-key -c {0} --gen-keys minion --gen-keys-dir {0} '
|
||||
'--key-logfile {1}'.format(
|
||||
'--log-file {1}'.format(
|
||||
path, os.path.join(path, 'keys.log')
|
||||
), shell=True
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue