Hi,
(both on server and client).
I created this manifest:
class tidy_dtools_logdir {
tidy { "/opt/ati/dtools-current-version/log/":
age => '1w',
}
}
Added the class to the node, then ran puppet, then:
cat /var/lib/puppet/classes.txt | grep dtool
tidy_dtools_logdir
Many files in this directory are from September (atime and mtime) but when I run puppet, no file is deleted.
I tried recurse => 'yes' (even if there is no subdir), type => 'mtime'.
It's the first time I try using tidy, am I missing something obvious?
Ugo