mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Change over to the new salt-key backend
This commit is contained in:
parent
7b1d277453
commit
73cc61476e
@ -196,7 +196,7 @@ class SaltKey(parsers.SaltKeyOptionParser):
|
||||
|
||||
self.setup_logfile_logger()
|
||||
|
||||
key = salt.cli.key.Key(self.config)
|
||||
key = salt.key.KeyCLI(self.config)
|
||||
key.run()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user