aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",