From 33ea76d9b2ea1bd0c45481584877dc20990a6720 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sun, 17 Nov 2024 07:51:49 -0500 Subject: [PATCH] more wildcards --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 8045658..b3fc1a9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ tidy { $logdir: age => '7d', recurse => true, - matches => 'puppet-run.*', + matches => '*puppet-run.*', type => 'mtime', }