diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-25 15:02:25 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-25 15:02:25 +0200 |
commit | c5074b380eb84afe32b5d4d4367065c5dbc3ab5d (patch) | |
tree | 4818004b676ce9a76382271b5f80a1b87e93a906 /deployment/lists/manifests | |
parent | 0f5f961a37168b576c9c1e589889fc01752d933d (diff) | |
download | puppet-c5074b380eb84afe32b5d4d4367065c5dbc3ab5d.tar puppet-c5074b380eb84afe32b5d4d4367065c5dbc3ab5d.tar.gz puppet-c5074b380eb84afe32b5d4d4367065c5dbc3ab5d.tar.bz2 puppet-c5074b380eb84afe32b5d4d4367065c5dbc3ab5d.tar.xz puppet-c5074b380eb84afe32b5d4d4367065c5dbc3ab5d.zip |
Add Mga Mageia rpm stack
Diffstat (limited to 'deployment/lists/manifests')
-rw-r--r-- | deployment/lists/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index f8e8808a..4bd79f8e 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -184,6 +184,10 @@ class lists { topics => 'qa', } + sympa::list::public {'rpmstack': + subject => 'Developement discussion list about Mageia rpm stack', + topics => 'developers', + } sympa::list::announce {'qa-bugs': subject => 'QA bug reports from bugzilla', reply_to => "qa-discuss@ml.${::domain}", |