mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
post_setup_cron:
|
|
cron.present:
|
|
- name: 'salt-call state.highstate'
|
|
- user: root
|
|
- minute: '*/1'
|
|
- identifier: post_setup_cron
|