add path to first highstate cron

This commit is contained in:
Josh Patterson
2023-03-28 14:37:28 -04:00
committed by GitHub
parent de902ebd02
commit af4acd5597

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