mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 06:14:42 +01:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
{% if salt['service.status']('salt-minion', True) %}
|
|
schedule:
|
|
schedule.present:
|
|
- function: state.highstate
|
|
- minutes: 15
|
|
- maxrunning: 1
|
|
{% endif %}
|