mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
allow for adjustment to auto patch os schedule - https://github.com/Security-Onion-Solutions/securityonion/issues/4985
This commit is contained in:
@@ -42,7 +42,7 @@ patch_os_schedule:
|
|||||||
- function: state.sls
|
- function: state.sls
|
||||||
- job_args:
|
- job_args:
|
||||||
- patch.os
|
- patch.os
|
||||||
- hours: 8
|
- hours: {{ salt['pillar.get']('patch_os_pillar:hours', 8) }}
|
||||||
- splay: {{splay}}
|
- splay: {{splay}}
|
||||||
- return_job: True
|
- return_job: True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user