Browse Source

Merge "minion.conf: Accept tcp_keepalive* properties"

pull/74/merge
Petr Michalec 6 years ago
parent
commit
9e4dd699e9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      salt/files/minion.conf

+ 5
- 1
salt/files/minion.conf View File

@@ -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…
Cancel
Save