From 76d4413a608cd72d72a6525db6d55dcda9bb083f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 2 Feb 2011 23:26:53 +0000 Subject: oops, 1m doesn't 1 month, but 1 minutes --- modules/puppet/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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", -- cgit v1.2.1