Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. init-nsq:
  2.   cmd.wait:
  3.     - names:
  4.       - curl http://localhost:4151/pub?topic=events -d '{"name": "test"}'
  5.       - curl http://localhost:4151/pub?topic=tasks -d '{"name": "test"}'
  6.       - curl http://localhost:4151/pub?topic=alerts -d '{"name": "test"}'
  7.     - watch:
  8.       - service: nsqd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement