diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-06 18:21:02 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-06 18:21:02 +0300 |
commit | 12d884b30cafde9d50639392df35ac6f3fa64249 (patch) | |
tree | 3af9372b5ed2e9f4c00416b21258781986f9ee6e /deployment | |
parent | 4fb0aa36d08604c22bc55573f65f4a18b541df5a (diff) | |
download | puppet-12d884b30cafde9d50639392df35ac6f3fa64249.tar puppet-12d884b30cafde9d50639392df35ac6f3fa64249.tar.gz puppet-12d884b30cafde9d50639392df35ac6f3fa64249.tar.bz2 puppet-12d884b30cafde9d50639392df35ac6f3fa64249.tar.xz puppet-12d884b30cafde9d50639392df35ac6f3fa64249.zip |
use std_youri_todo_targets for infra_*
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 5fa9ec49..5424077d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -220,8 +220,6 @@ class mga_buildsystem::config { ], } - - # the list of checks, actions, posts for stable distros in youri-upload $std_youri_upload_targets = { 'checks' => [ @@ -333,7 +331,7 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for stable distros in youri-todo + # the list of checks, actions, posts for stable and infra distros in youri-todo $std_youri_todo_targets = { 'checks' => [ 'source', @@ -353,25 +351,6 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for infra distros in youri-todo - $infra_youri_todo_targets = { - 'checks' => [ - 'source', - 'version', - 'tag', - 'acl', - 'rpmlint', - 'recency', - 'queue_recency', - ], - 'actions' => [ - 'send', - 'dependencies', - 'rpminfo', - 'ulri', - ], - } - # rpmlint check options for stable and cauldron $mga_rpmlint = { 'config' => '/usr/share/rpmlint/config', @@ -562,7 +541,7 @@ class mga_buildsystem::config { }, }, 'todo' => { - 'targets' => $infra_youri_todo_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga_rpmlint, 'version' => $infra_version_check, @@ -595,7 +574,7 @@ class mga_buildsystem::config { }, }, 'todo' => { - 'targets' => $infra_youri_todo_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga_rpmlint, 'version' => $infra_version_check, |