diff options
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 8a15ef07..09c5061a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -788,13 +788,13 @@ class mga_buildsystem::config { 'repo_allow_from_domains' => $repo_allow_from_domains, 'youri' => { 'upload' => { - 'targets' => $std_youri_upload_targets, + 'targets' => $mga6_youri_upload_targets, 'checks' => { 'rpmlint' => $mga6_rpmlint, }, }, 'todo' => { - 'targets' => $mga6_youri_upload_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga6_rpmlint, 'version' => $std_version_check, |