diff options
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index c00fe045..8a15ef07 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -234,7 +234,7 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for infra distros in youri-upload + # TODO: mga >= 6 should use std config + createrepo, not a different one $mga6_youri_upload_targets = { 'checks' => [ 'version', @@ -248,6 +248,7 @@ class mga_buildsystem::config { 'install', 'link', 'archive', + 'mail', ], 'posts' => [ 'genhdlist2', |