Update init.sls

This commit is contained in:
Mike Reeves
2022-12-02 09:38:13 -05:00
committed by GitHub
parent cf5d5e4fc2
commit a3f9859fdb

View File

@@ -168,7 +168,7 @@ filecheck_run:
filcheck_history_clean:
cron.present:
- name: '/usr/bin/find /nsm/strelka/history/ -type f -mtime +2 -exec rm {} + > /dev/null 2>&1>'
- name: '/usr/bin/find /nsm/strelka/history/ -type f -mtime +2 -exec rm {} + > /dev/null 2>&1'
- minute: '33'
# End Filecheck Section