mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Issue #43479 No runners.config in 2017.7 branch
Add extra note about needing to import the runners.config module from the develop branch when running on a 2017.7 release.
This commit is contained in:
parent
c3d9e2d9b2
commit
58f7d051c9
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
salt.runners.mattermost module
|
||||
==============================
|
||||
|
||||
**Note for 2017.7 releases!**
|
||||
|
||||
Due to the `salt.runners.config <https://github.com/saltstack/salt/blob/develop/salt/runners/config.py>`_ module not being available in this release series, importing the `salt.runners.config <https://github.com/saltstack/salt/blob/develop/salt/runners/config.py>`_ module from the develop branch is required to make this module work.
|
||||
|
||||
Ref: `Mattermost runner failing to retrieve config values due to unavailable config runner #43479 <https://github.com/saltstack/salt/issues/43479>`_
|
||||
|
||||
.. automodule:: salt.runners.mattermost
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
Loading…
Add table
Reference in a new issue