From c4093394464bded7ad6ce2b76720a97e823179d3 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 20 Oct 2023 13:46:24 -0400 Subject: [PATCH] change post setup highstate cron to 5 minutes since accepting minion runs a highstate --- 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 862968d97..f8f76e737 100644 --- a/salt/setup/highstate_cron.sls +++ b/salt/setup/highstate_cron.sls @@ -3,5 +3,5 @@ post_setup_cron: - name: 'PATH=$PATH:/usr/sbin salt-call state.highstate' - identifier: post_setup_cron - user: root - - minute: '*/1' + - minute: '*/5' - identifier: post_setup_cron