mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add reactor documentation (#33034)
* Add gitfs info to reactors page * Add gitfs info to reactors page * Update index.rst
This commit is contained in:
parent
da1a005f49
commit
fb11e5873c
@ -57,7 +57,9 @@ and each event tag has a list of reactor SLS files to be run.
|
|||||||
- /srv/reactor/destroy/*.sls # Globs can be used to match file names
|
- /srv/reactor/destroy/*.sls # Globs can be used to match file names
|
||||||
|
|
||||||
- 'myco/custom/event/tag': # React to custom event tags
|
- 'myco/custom/event/tag': # React to custom event tags
|
||||||
- salt://reactor/mycustom.sls # Put reactor files under file_roots
|
- salt://_reactor/mycustom.sls # Put reactor files under file_roots. Can be served from any filserver backend (GitFS, etc.)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reactor sls files are similar to state and pillar sls files. They are
|
Reactor sls files are similar to state and pillar sls files. They are
|
||||||
|
Loading…
Reference in New Issue
Block a user