aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 0d5aace0..a2a6011a 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -179,6 +179,13 @@ class buildsystem {
owner => $sched_login,
group => $sched_login,
}
+
+ tidy { "$packages_archivedir":
+ age => "2d",
+ matches => "*.rpm",
+ recurse => true,
+ type => "mtime",
+ }
}
class youri_submit {