diff --git a/manifests/init.pp b/manifests/init.pp index e5dc36a..12d07bb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,13 +24,13 @@ } tidy { $logdir: - age => '90d', + age => '7d', recurse => true, matches => 'puppet-run.*', } tidy { $reportdir: - age => '90d', + age => '7d', recurse => true, matches => '*.yaml', }