From 6f5ee688f14e07eb29f09274383e1ff1ec67e06d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 28 Aug 2011 15:11:41 +0000 Subject: work around puppet bug ( https://projects.puppetlabs.com/issues/5221 ) --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index cdaf6cc9..c4134cfd 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -495,7 +495,7 @@ class buildsystem { $tidy_age = "2m" # remove old build directory - tidy { "$build_home_dir/iurt/": + tidy { "$build_home_dir/iurt": age => $tidy_age, recurse => true, matches => ['[0-9][0-9].*\..*\..*\.[0-9]*',"log","*.rpm","*.log","*.mga[0-9]+"], -- cgit v1.2.1