mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
post_setup_cron:
|
|
cron.present:
|
|
- name: 'PATH=$PATH:/usr/sbin salt-call state.highstate'
|
|
- identifier: post_setup_cron
|
|
- user: root
|
|
- minute: '*/5'
|
|
- identifier: post_setup_cron
|