From fa87308baca32d1a66e431209f679163543d3ce6 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 6 Nov 2019 07:47:00 -0500 Subject: [PATCH] change splay for scheduled pkg update - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84 --- salt/patch/schedule/os.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/patch/schedule/os.sls b/salt/patch/schedule/os.sls index ebb84ad28..a041afeea 100644 --- a/salt/patch/schedule/os.sls +++ b/salt/patch/schedule/os.sls @@ -14,8 +14,8 @@ patch_os_schedule: {% endfor %} {% endfor %} - splay: - start: 5 - end: 10 + start: 30 + end: 120 {% elif salt['pillar.get']('patch:os:schedule') == 'auto' %}