Skip to content

Instantly share code, notes, and snippets.

@jalons
Last active August 29, 2015 13:55
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 jalons/8733173 to your computer and use it in GitHub Desktop.
Save jalons/8733173 to your computer and use it in GitHub Desktop.
Reactor config
In /etc/salt/master:
reactor:
- 'minion_start':
- /opt/salt/reactor/start.sls
in /opt/salt/reactor/start.sls:
run_highstate:
cmd.state.high_state:
- tgt: "{{ data['id'] }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment