I installed saltstack and added one minion to master. I get the command output as below
$ salt-key
Accepted Keys:
xxxx.abcd.com
Denied Keys:
Unaccepted Keys:
Rejected Keys:
but when I hit the
$salt \* test.ping
command. I get response as
No response from minion
Not very sure what is going wrong.
I found the solution for this:
seems that minion was having an old copy of the public key of master and hence handshake was not happening. steps of resolution:
now test.ping responds as required