瀏覽代碼

minion.conf: Accept tcp_keepalive* properties

Add TCP keepalive configuration options [1] to the list of accepted
minion config keys.

[1] https://docs.saltstack.com/en/latest/ref/configuration/minion.html

Change-Id: If80083fc793b86147b3691216dea571ea2cf0858
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
pull/74/merge
Alexandru Avadanii 6 年之前
父節點
當前提交
b223a2e6e9
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      salt/files/minion.conf

+ 5
- 1
salt/files/minion.conf 查看文件

@@ -26,7 +26,11 @@ id: {{ minion.id | default(system.name~"."~system.domain) }}
'max_event_size',
'random_reauth_delay',
'recon_default',
'recon_max'
'recon_max',
'tcp_keepalive',
'tcp_keepalive_cnt',
'tcp_keepalive_idle',
'tcp_keepalive_intvl'
] %}
{%- for opt in opt_list %}
{%- if minion.get(opt) %}

Loading…
取消
儲存