diff options
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index a5255780..508c2169 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -590,7 +590,7 @@ class mga_buildsystem::config { 'macros' => $std_macros, 'youri' => { 'upload' => { - 'targets' => $mga8_youri_upload_targets, + 'targets' => $mga9_youri_upload_targets, 'checks' => { 'rpmlint' => $mga_rpmlint, }, |