diff options
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 0517ebcb..f6e1617b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -633,13 +633,13 @@ class mga_buildsystem::config { 'macros' => $std_macros, 'repo_allow_from' => $repo_allow_from, 'youri' => { - 'targets' => $std_youri_upload_targets, - 'upload' => { - 'checks' => { + 'upload' => { + 'targets' => $std_youri_upload_targets, + 'checks' => { 'rpmlint' => $mga4_rpmlint, }, }, - 'todo' => { + 'todo' => { 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga4_rpmlint, |