aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-04-27 20:29:56 +0000
committerThomas Backlund <tmb@mageia.org>2014-04-27 20:29:56 +0000
commit9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30 (patch)
treeb2da6701919d26dc106c276784d09571f4c87482 /deployment/mga_buildsystem/manifests/config.pp
parentca531d933e25ed25a7fff499ec28ca649f983dc6 (diff)
downloadpuppet-9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30.tar
puppet-9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30.tar.gz
puppet-9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30.tar.bz2
puppet-9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30.tar.xz
puppet-9ca51ae02d13d2db1bfa8d9e51f6238e41cd1e30.zip
fix up rpmlint for infra_3 and infra_4
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 980d73e6..b633442b 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -687,13 +687,13 @@ class mga_buildsystem::config {
'upload' => {
'targets' => $infra_youri_upload_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga3_rpmlint,
},
},
'todo' => {
'targets' => $infra_youri_todo_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga3_rpmlint,
'version' => $infra_version_check,
},
},
@@ -718,13 +718,13 @@ class mga_buildsystem::config {
'upload' => {
'targets' => $infra_youri_upload_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga4_rpmlint,
},
},
'todo' => {
'targets' => $infra_youri_todo_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga4_rpmlint,
'version' => $infra_version_check,
},
},