diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-11-09 15:16:38 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-11-09 15:16:38 +0000 |
commit | 55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef (patch) | |
tree | eebd160a89f871c690e758024f1ceb3b42e7c709 /modules | |
parent | 3a3f5d02d2fd28795e3217873e04a5e4dcda81cc (diff) | |
download | puppet-55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef.tar puppet-55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef.tar.gz puppet-55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef.tar.bz2 puppet-55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef.tar.xz puppet-55a3385f22d3e2adce2fa66b7229b4ebfd1ccdef.zip |
Remove some false positives
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/templates/cauldron.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/youri-check/templates/cauldron.conf b/modules/youri-check/templates/cauldron.conf index 663d0dde..46c38707 100644 --- a/modules/youri-check/templates/cauldron.conf +++ b/modules/youri-check/templates/cauldron.conf @@ -386,6 +386,7 @@ medias: allowed: - core.x86_64 - core.i586 + - core.armv5tl missing: allowed: - core.sources @@ -416,6 +417,7 @@ medias: allowed: - core.x86_64 - core.i586 + - core.armv5tl nonfree.i586: class: Youri::Media::URPM |