I have a file:
# A bundle for cleaning up old and not needed files and directories
bundle agent mycleanup {
files:
# Cleanup old reports
comment => "Clean up reports older than 3 days",
file_select => days_old("3"),
depth_search => recurse("inf");
The file is included in the inputs section in the
promises.cf (I tested by renaming the file).
cf-agent -KI -f ./promises.cf
Yet when I run this command, I get the following error:
2013-06-19T15:02:33-0400 error: Bundle 'mycleanup' listed in the bundlesequence is not a defined bundle
2013-06-19T15:02:33-0400 error: Fatal CFEngine error: Errors in promise bundles
so, what am I doing wrong here? This is on running CF-Engine-3 3.5.0
Thanks in advance
JBB
--
The light at the end of the tunnel may be an oncoming Dragon