Skip to content
Snippets Groups Projects
Commit 11efee54 authored by Andrew Vant's avatar Andrew Vant
Browse files

Added mine_functions to f_defaults.conf.

parent a11c39cf
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,13 @@ id: {{ cfg_minion['id'] }}
# The default interval is every 60 minutes.
{{ get_config('mine_interval', '60') }}
{%- if 'mine_functions' in cfg_minion %}
mine_functions:
{%- for func, args in cfg_minion['mine_functions'].items() %}
{{ func }}: {{ args }}
{%- endfor %}
{%- endif %}
# To auto recover minions if master changes IP address (DDNS)
# auth_tries: 10
# auth_safemode: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment