aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2014-11-16 23:25:36 +0000
committerPascal Terjan <pterjan@gmail.com>2014-11-16 23:25:36 +0000
commitfdb88d116cde273a9839161e758739e2ac8a4580 (patch)
tree0c003b9a749c73a6ec29c10f04b652022e3b929a /modules/youri-check
parentd14ca08439e0af5b6e083ec54c535b32e71bb299 (diff)
downloadpuppet-fdb88d116cde273a9839161e758739e2ac8a4580.tar
puppet-fdb88d116cde273a9839161e758739e2ac8a4580.tar.gz
puppet-fdb88d116cde273a9839161e758739e2ac8a4580.tar.bz2
puppet-fdb88d116cde273a9839161e758739e2ac8a4580.tar.xz
puppet-fdb88d116cde273a9839161e758739e2ac8a4580.zip
Also run checks on tainted
Diffstat (limited to 'modules/youri-check')
-rw-r--r--modules/youri-check/templates/cauldron.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/modules/youri-check/templates/cauldron.conf b/modules/youri-check/templates/cauldron.conf
index df06828a..8268f309 100644
--- a/modules/youri-check/templates/cauldron.conf
+++ b/modules/youri-check/templates/cauldron.conf
@@ -449,3 +449,49 @@ medias:
- core.i586
- nonfree.i586
+ tainted.i586:
+ class: Youri::Media::URPM
+ options:
+ name: nonfree
+ type: binary
+ hdlist: ${mirror_i586}/media_info/hdlist_tainted_release.cz
+ options:
+ dependencies:
+ allowed:
+ - core.i586
+ - tainted.i586
+ missing:
+ allowed:
+ - tainted.sources
+
+ tainted.x86_64:
+ class: Youri::Media::URPM
+ options:
+ name: tainted
+ type: binary
+ hdlist: ${mirror_x86_64}/media_info/hdlist_tainted_release.cz
+ options:
+ dependencies:
+ allowed:
+ - core.x86_64
+ - core.i586
+ - tainted.x86_64
+ - tainted.i586
+ missing:
+ allowed:
+ - tainted.sources
+
+ tainted.sources:
+ class: Youri::Media::URPM
+ options:
+ name: tainted
+ type: source
+ hdlist: ${mirror_i586}/media_info/hdlist_tainted_release.src.cz
+ options:
+ dependencies:
+ allowed:
+ - core.x86_64
+ - tainted.x86_64
+ - core.i586
+ - tainted.i586
+