From 5a454fba33ff9489ac8170d43001cc4526d9dabf Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sun, 17 Nov 2024 07:53:11 -0500 Subject: [PATCH] update since I am dumb --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index b3fc1a9..8045658 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', }