mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix saltkey accept all
This commit is contained in:
parent
20cf0ec436
commit
8105c1554f
@ -179,6 +179,7 @@ class SaltKey(object):
|
||||
'--accept-all',
|
||||
dest='accept_all',
|
||||
default=False,
|
||||
action='store_true',
|
||||
help='Accept all pending keys')
|
||||
|
||||
parser.add_option('-c',
|
||||
|
Loading…
Reference in New Issue
Block a user