瀏覽代碼

create config option for mine_interval

tags/v0.57.0
Niels Abspoel 9 年之前
父節點
當前提交
90f23948ef
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      salt/files/minion.d/_defaults.conf

+ 4
- 0
salt/files/minion.d/_defaults.conf 查看文件

@@ -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

Loading…
取消
儲存