Adding some addition documentation to the reactor runner indicating that the reactor system must be active prior to using it.

This commit is contained in:
Gareth J. Greenaway 2018-05-25 13:01:36 -07:00
parent 7f53be6e92
commit 03676712de
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41

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