Skip to content

Instantly share code, notes, and snippets.

@msonawane
Created August 6, 2016 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msonawane/a87ef1a64e56f0a2b4fad0836dbab2c7 to your computer and use it in GitHub Desktop.
Save msonawane/a87ef1a64e56f0a2b4fad0836dbab2c7 to your computer and use it in GitHub Desktop.
following is reactor sls
salt-push:
local.state.apply:
- tgt: 'ops-1*'
- queue: True
- arg:
- devops.pull_repo
when i send an event from ops-2 minion like:
sudo salt-call event.send "devops_repo/updated {orchestrate: refresh}"
this causes action to be taken on both ops-1 and ops-2. what am I doing wrong ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment