updated salt_minion state

This commit is contained in:
Paul 2022-11-08 11:09:12 +01:00
parent ed877c80b8
commit 15836f9fe6

View File

@ -1,14 +1,15 @@
---
salt_minion:
enabled: true
version: 3003.3
version: 3005.1
config:
master: salt.paulbsd.com
ping_interval: 1
# hash_type: sha256
# state_verbose: True
# tcp_keepalive: True
# tcp_keepalive_idle: 300
# random_reauth_delay: 60
# recon_default: 1000
# recon_max: 10000
# recon_randomize: True
state_verbose: 'True'
tcp_keepalive: 'True'
tcp_keepalive_idle: 300
random_reauth_delay: 60
recon_default: 1000
recon_max: 10000
recon_randomize: 'True'