diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-02-27 22:05:22 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-02-27 22:05:22 +0000 |
commit | 2c26fcd31eaf910cf195b541b4921adf9f2f11cd (patch) | |
tree | 9ad2a3d175e683f79b3987eeb214d979962de264 /modules/buildsystem/manifests/init.pp | |
parent | 9f14816a9ac2d62e0622261f42e300061ca7aedf (diff) | |
download | puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.gz puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.bz2 puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.xz puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.zip |
Use ctime to detect old archived packages, we do not care of data modification
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", } } |