Files
securityonion/salt/setup/highstate_cron.sls
2023-04-13 16:25:47 -04:00

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: '*/1'
- identifier: post_setup_cron