commit | b223a2e6e93bb86cf42bef77d131dec85bd5b04e | [log] [tgz] |
---|---|---|
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | Sat Aug 25 23:58:01 2018 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed Sep 19 09:30:14 2018 +0200 |
tree | 7b2cb759a0a1fda076b327a52b7fdc64f94aa5dd | |
parent | 91699ab6cf60d5d4bd2656cd491728e12de53eba [diff] |
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>
diff --git a/salt/files/minion.conf b/salt/files/minion.conf index 87bb5b4..a9c19c6 100644 --- a/salt/files/minion.conf +++ b/salt/files/minion.conf
@@ -26,7 +26,11 @@ '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) %}