Merge pull request #10041 from Security-Onion-Solutions/firsthighstatecronfix

add path to first highstate cron
This commit is contained in:
Josh Patterson
2023-03-28 14:38:19 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
post_setup_cron: post_setup_cron:
cron.present: cron.present:
- name: 'salt-call state.highstate' - name: 'PATH=$PATH:/usr/sbin salt-call state.highstate'
- user: root - user: root
- minute: '*/1' - minute: '*/1'
- identifier: post_setup_cron - identifier: post_setup_cron