Merge pull request #9620 from Security-Onion-Solutions/2.4/firewall

2.4/firewall
This commit is contained in:
Josh Patterson
2023-01-23 15:56:53 -05:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -218,6 +218,11 @@ sostatus_check_cron:
- month: '*'
- dayweek: '*'
remove_post_setup_cron:
cron.absent:
- name: 'salt-call state.highstate'
- identifier: post_setup_cron
{% if GLOBALS.role not in ['eval', 'manager', 'managersearch', 'standalone'] %}
soversionfile:

View File

@@ -0,0 +1,6 @@
post_setup_cron:
cron.present:
- name: 'salt-call state.highstate'
- user: root
- minute: '*/1'
- identifier: post_setup_cron