change post setup highstate cron to 5 minutes since accepting minion runs a highstate

This commit is contained in:
m0duspwnens
2023-10-20 13:46:24 -04:00
parent c588bf4395
commit c409339446

View File

@@ -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