Skip to content
Snippets Groups Projects
Commit ab93f6f1 authored by Nitin Madhok's avatar Nitin Madhok
Browse files

Merge pull request #100 from aboe76/mine_interval_minion

create config option for mine_interval
parents cde11bc1 90f23948
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,10 @@ id: {{ cfg_minion['id'] }}
# Ping Master to ensure connection is alive (minutes).
{{ get_config('ping_interval', '0') }}
# The Salt Mine functions are executed when the minion starts and at a given interval by the scheduler.
# The default interval is every 60 minutes.
{{ get_config('mine_interval', '60') }}
# 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