Merge pull request #37207 from cachedout/issue_37194

Correct documentation for mine_functions
This commit is contained in:
Mike Place 2016-10-25 16:25:08 +09:00 committed by GitHub
commit b448455c31

View File

@ -84,7 +84,7 @@ def update(clear=False):
'''
Execute the configured functions and send the data back up to the master.
The functions to be executed are merged from the master config, pillar and
minion config under the option "function_cache":
minion config under the option `mine_functions`:
.. code-block:: yaml