mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
minor update in the comments
This commit is contained in:
parent
11711afb03
commit
9c1a15c43b
@ -178,7 +178,7 @@ class MasterKeys(dict):
|
|||||||
'{0}'.format(self.sig_path))
|
'{0}'.format(self.sig_path))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# create a new signing key-pair to sign the masters
|
# create a new signing key-pair to sign the masters
|
||||||
# auth-replies when a minion tries to connect
|
# auth-replies when a minion tries to connect
|
||||||
else:
|
else:
|
||||||
self.pub_sign_path = os.path.join(self.opts['pki_dir'],
|
self.pub_sign_path = os.path.join(self.opts['pki_dir'],
|
||||||
@ -401,7 +401,7 @@ class Auth(object):
|
|||||||
log.error('Either disable verifying the master public key or enable the signing '
|
log.error('Either disable verifying the master public key or enable the signing '
|
||||||
'of the public key on the master')
|
'of the public key on the master')
|
||||||
|
|
||||||
# a reply _with_ the pubkeys signature without having it
|
# a reply _with_ the pubkeys signature without having it
|
||||||
# verified by the minion shall never be accepted
|
# verified by the minion shall never be accepted
|
||||||
elif 'pub_sig' in payload:
|
elif 'pub_sig' in payload:
|
||||||
log.error('Received reply with the pubkeys signature, but rejecting pubkey '
|
log.error('Received reply with the pubkeys signature, but rejecting pubkey '
|
||||||
|
Loading…
Reference in New Issue
Block a user