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