On Fri, Sep 4, 2009 at 2:11 PM, cnjohnson <gm.johns276@gmail.com> wrote:
>
> I have the following in site.pp
>
> tidy { "/usr/spool/PBS/aux":
> age => ''26w'',
> }
>
> expecting that all files 26 weeks or older would be gone in /usr/spool/
> PBS/aux
>
> Doesn''t happen. What am I missing?
>
> Cheers--
>
> Charles
>
Resolved.
I needed
type => ''mtime'',
backup => false,
recurse => true,
It works fine.
Cheers,
Charles
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---