diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-02 23:26:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-02 23:26:53 +0000 |
commit | 76d4413a608cd72d72a6525db6d55dcda9bb083f (patch) | |
tree | 08eb9d2d2a9236152e67f09cb74417b332960398 | |
parent | f7795a65a9d0a778542b6c309565a4e8da365f2a (diff) | |
download | puppet-76d4413a608cd72d72a6525db6d55dcda9bb083f.tar puppet-76d4413a608cd72d72a6525db6d55dcda9bb083f.tar.gz puppet-76d4413a608cd72d72a6525db6d55dcda9bb083f.tar.bz2 puppet-76d4413a608cd72d72a6525db6d55dcda9bb083f.tar.xz puppet-76d4413a608cd72d72a6525db6d55dcda9bb083f.zip |
oops, 1m doesn't 1 month, but 1 minutes
-rw-r--r-- | modules/puppet/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp index 85870cdd..6e057125 100644 --- a/modules/puppet/manifests/init.pp +++ b/modules/puppet/manifests/init.pp @@ -61,7 +61,7 @@ class puppet { } tidy { "/var/lib/puppet/reports": - age => "1m", + age => "4w", matches => "*.yaml", recurse => true, type => "mtime", |