Advertisement
Guest User

Untitled

a guest
Mar 28th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. My goal is to prepare some jobs locally, before to push them to minions.
  2. On the same machine, i try to use master and syndic
  3. My master is listenning on 0.0.0.0 port 4505
  4. I've installed salt-syndic, with syndic_master on 127.0.0.1 and order_masters: True.
  5.  
  6. On the master, when i do the following:
  7. salt '*' test.ping, i got:
  8. root@salt-master:/home/menil# salt '*' test.ping
  9. test-salt:
  10. True
  11. test-salt:
  12. True
  13. test-salt:
  14. True
  15.  
  16. When i do that, i was attended to have response from the salt-master (which is syndic too).
  17. And the log are plain of the following :
  18. 2014-03-28 08:30:05,552 [salt.master ][ERROR ] An extra return was detected from minion test-salt21.corp.domisys.com, please verify the minion, this could be a replay attack
  19.  
  20. Any ideas on how to proceed?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement