mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 20:22:59 +01:00
create cronjob to run highstate after setup
This commit is contained in:
6
salt/setup/highstate_cron.sls
Normal file
6
salt/setup/highstate_cron.sls
Normal file
@@ -0,0 +1,6 @@
|
||||
post_setup_cron:
|
||||
cron.present:
|
||||
- name: 'salt-call state.highstate'
|
||||
- user: root
|
||||
- minute: '*/1'
|
||||
- identifier: post_setup_cron
|
||||
Reference in New Issue
Block a user