소스 검색

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

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
pull/74/head
Alexandru Avadanii 6 년 전
부모
커밋
78c4debb94
No account linked to committer's email address
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…
취소
저장