aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-28 15:27:36 +0000
committerMichael Scherer <misc@mageia.org>2011-08-28 15:27:36 +0000
commita714aa1597afb82f14726ecebadff245f635f4de (patch)
treee6d0eac2183f1be94c81cf8a6c6f71fd210ab6af /modules/buildsystem
parent0c5146888041438bf0827c68d614bc325f45efaa (diff)
downloadpuppet-a714aa1597afb82f14726ecebadff245f635f4de.tar
puppet-a714aa1597afb82f14726ecebadff245f635f4de.tar.gz
puppet-a714aa1597afb82f14726ecebadff245f635f4de.tar.bz2
puppet-a714aa1597afb82f14726ecebadff245f635f4de.tar.xz
puppet-a714aa1597afb82f14726ecebadff245f635f4de.zip
2m is 2 minutes, not 2 months
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index c4134cfd..2ff3b90d 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -493,7 +493,7 @@ class buildsystem {
ssh::auth::client { $build_login: }
ssh::auth::server { $sched_login: user => $build_login }
- $tidy_age = "2m"
+ $tidy_age = "8w"
# remove old build directory
tidy { "$build_home_dir/iurt":
age => $tidy_age,