mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix a typo in the master log for accepting salt keys
This commit is contained in:
parent
0e8cfcf5c3
commit
2829ae5e41
@ -655,7 +655,7 @@ class ClearFuncs(object):
|
||||
else:
|
||||
log.info(
|
||||
'Authentication failed from host %(id)s, the key is in '
|
||||
'pending and needs to be accepted with saltkey -a %(id)s',
|
||||
'pending and needs to be accepted with salt-key -a %(id)s',
|
||||
load
|
||||
)
|
||||
return {'enc': 'clear',
|
||||
|
Loading…
Reference in New Issue
Block a user