From 2c26fcd31eaf910cf195b541b4921adf9f2f11cd Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 27 Feb 2011 22:05:22 +0000 Subject: Use ctime to detect old archived packages, we do not care of data modification --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 641eff1c..74341057 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -184,7 +184,7 @@ class buildsystem { age => "1w", matches => "*.rpm", recurse => true, - type => "mtime", + type => "ctime", } } -- cgit v1.2.1