Add reactor documentation (#33034)

* Add gitfs info to reactors page

* Add gitfs info to reactors page

* Update index.rst
This commit is contained in:
Chandler 2016-05-05 08:15:52 -06:00 committed by Mike Place
parent da1a005f49
commit fb11e5873c

View File

@ -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