mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 09:23:13 +01:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
include:
|
|
- salt.minion-state-apply-test
|
|
|
|
state-apply-test:
|
|
schedule.present:
|
|
- name: salt-minion-state-apply-test
|
|
- function: state.sls
|
|
- job_args:
|
|
- salt.minion-state-apply-test
|
|
- minutes: 5
|
|
- splay:
|
|
start: 0
|
|
end: 180
|
|
|
|
/usr/sbin/so-salt-minion-check -q:
|
|
cron.present:
|
|
- identifier: so-salt-minion-check
|
|
- user: root
|
|
- minute: '*/5'
|