aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-02 23:26:53 +0000
committerMichael Scherer <misc@mageia.org>2011-02-02 23:26:53 +0000
commit76d4413a608cd72d72a6525db6d55dcda9bb083f (patch)
tree08eb9d2d2a9236152e67f09cb74417b332960398 /modules/puppet/manifests
parentf7795a65a9d0a778542b6c309565a4e8da365f2a (diff)
downloadpuppet-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
Diffstat (limited to 'modules/puppet/manifests')
-rw-r--r--modules/puppet/manifests/init.pp2
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",