aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mirror_cleaner/manifests/orphans.pp17
1 files changed, 10 insertions, 7 deletions
diff --git a/modules/mirror_cleaner/manifests/orphans.pp b/modules/mirror_cleaner/manifests/orphans.pp
index ccf6cb39..90be9a8c 100644
--- a/modules/mirror_cleaner/manifests/orphans.pp
+++ b/modules/mirror_cleaner/manifests/orphans.pp
@@ -7,13 +7,16 @@ define mirror_cleaner::orphans($base) {
ensure => directory
}
- cron { "clean orphans ${name}":
- command => "/usr/local/bin/orphans_cleaner.pl ${base}/${name} ${orphan_dir}",
- hour => 5,
- minute => 30,
- weekday => 1,
- user => root,
- }
+# Disable cleaning as the ruby version is smarter and this one tends to break things
+# It should probably be deleted
+#
+# cron { "clean orphans ${name}":
+# command => "/usr/local/bin/orphans_cleaner.pl ${base}/${name} ${orphan_dir}",
+# hour => 5,
+# minute => 30,
+# weekday => 1,
+# user => root,
+# }
tidy { $orphan_dir:
type => 'ctime',