Hi,

# puppet -V
2.7.26

(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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1d8a4483-8ba2-4977-b2b8-e81f1f9090a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to