Ver código fonte

Merge "minion.conf: Accept tcp_keepalive* properties"

pull/74/merge
Petr Michalec 6 anos atrás
pai
commit
9e4dd699e9
1 arquivos alterados com 5 adições e 1 exclusões
  1. +5
    -1
      salt/files/minion.conf

+ 5
- 1
salt/files/minion.conf Ver arquivo

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

Carregando…
Cancelar
Salvar