Explorar el Código

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 hace 6 años
padre
commit
78c4debb94
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      salt/files/minion.conf

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

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

Cargando…
Cancelar
Guardar