Merge pull request #47847 from garethgreenaway/47833_reactor_runner_documentation

[2017.7] reactor runner documentation
This commit is contained in:
Daniel Wallace 2018-05-25 18:23:31 -05:00 committed by GitHub
commit 215efa6b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,17 @@
# -*- coding: utf-8 -*-
'''
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.
.. code-block:: yaml
engines:
- reactor
'''
# Import python libs
from __future__ import absolute_import, print_function