Fixed typos from initial commit
[cfengine-masterfiles.git] / inputs / cleanup.cf
blob7d7c6273f09a015cd0381ca72fa8a6a289ea0f18
1 ###################################################
2 #                                                 #
3 # cleanup.cf - Cfengine 3 promises for tidying up #
4 #                                                 #
5 ###################################################
7 bundle agent cleanup {
9 files:
11     # Cleanup old reports
12     "$(sys.workdir)/outputs"
14         comment     => "Clean up reports older than 3 days",
15         delete      => tidy,
16         file_select => days_old("14"),
17         depth_search    => recurse("inf");