Correct documentation for mine_functions

Closes #37194
This commit is contained in:
Mike Place 2016-10-25 14:12:46 +09:00
parent d7e28d24a4
commit 9fcdf6da94
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

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