From af4acd55970cff5d6188836964129c85be3f1b2e Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Tue, 28 Mar 2023 14:37:28 -0400 Subject: [PATCH] add path to first highstate cron --- salt/setup/highstate_cron.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/setup/highstate_cron.sls b/salt/setup/highstate_cron.sls index dcbab4d8d..c14f4e1f4 100644 --- a/salt/setup/highstate_cron.sls +++ b/salt/setup/highstate_cron.sls @@ -1,6 +1,6 @@ post_setup_cron: cron.present: - - name: 'salt-call state.highstate' + - name: 'PATH=$PATH:/usr/sbin salt-call state.highstate' - user: root - minute: '*/1' - identifier: post_setup_cron