mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
|
|
|
highstate_schedule:
|
|
schedule.present:
|
|
- function: state.highstate
|
|
- minutes: 15
|
|
- maxrunning: 1
|
|
{% if not GLOBALS.is_manager %}
|
|
- splay: 120
|
|
{% endif %}
|