Update init.sls

This commit is contained in:
Mike Reeves
2022-10-31 15:25:38 -04:00
committed by GitHub
parent bf41f2984a
commit f7043f3f62

View File

@@ -154,6 +154,10 @@ filecheck_run:
- runas: socore
- unless: ps -ef | grep filecheck | grep -v grep
filcheck_history_clean:
cron.present:
- name: '/usr/bin/find /nsm/strelka/history/ -type f -mtime +2 -exec rm {} + > /dev/null 2>&1>'
- minute: '33'
# End Filecheck Section
strelka_coordinator: