浏览代码

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) %}

正在加载...
取消
保存