diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-25 14:57:01 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-25 14:57:01 +0200 |
commit | ae707ee0e1d35c3a5992972c5691277c25ac4c99 (patch) | |
tree | 6b7b71b04a2e09b6af4c4e6787f6432e48be1d1e | |
parent | d94bef2d492bdf0805ccdb6686c0ae07878da6b6 (diff) | |
download | puppet-ae707ee0e1d35c3a5992972c5691277c25ac4c99.tar puppet-ae707ee0e1d35c3a5992972c5691277c25ac4c99.tar.gz puppet-ae707ee0e1d35c3a5992972c5691277c25ac4c99.tar.bz2 puppet-ae707ee0e1d35c3a5992972c5691277c25ac4c99.tar.xz puppet-ae707ee0e1d35c3a5992972c5691277c25ac4c99.zip |
Add Drivers ML
-rw-r--r-- | deployment/lists/manifests/init.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 5ac1f862..7ebb4b7c 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -49,6 +49,11 @@ class lists { topics => 'users', } + sympa::list::public {'drivers': + subject => 'Developement discussion list about Drivers', + topics => 'developers', + } + sympa::list::public {'i18n-discuss': subject => 'Translation team discussions', topics => 'i18n', |