Change over to the new salt-key backend

This commit is contained in:
Thomas S Hatch 2012-10-26 14:23:13 -06:00
parent 7b1d277453
commit 73cc61476e

View File

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