A convenience system to manage reactors
Beginning in the 2017.7 release, the reactor runner requires that the reactor system is running. This is accomplished one of two ways, either by having reactors configured or by including reactor
in the engine configuration for the Salt master.
- engines:
- reactor
Add a new reactor
CLI Example:
salt-run reactor.add 'salt/cloud/*/destroyed' reactors='/srv/reactor/destroy/*.sls'
Delete a reactor
CLI Example:
salt-run reactor.delete 'salt/cloud/*/destroyed'
List currently configured reactors
CLI Example:
salt-run reactor.list
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/runners/all/salt.runners.reactor.html