diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 01:20:38 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 01:20:38 +0000 |
commit | ff25c32249a2a4dac0ccf2b48f15a977defcda8f (patch) | |
tree | 9601af7f81cd93d03c91f5794b803fdf93012faa /manifests/lists.pp | |
parent | 82d7e3a0178b537cda1bce42b3c9c037938c9bee (diff) | |
download | puppet-ff25c32249a2a4dac0ccf2b48f15a977defcda8f.tar puppet-ff25c32249a2a4dac0ccf2b48f15a977defcda8f.tar.gz puppet-ff25c32249a2a4dac0ccf2b48f15a977defcda8f.tar.bz2 puppet-ff25c32249a2a4dac0ccf2b48f15a977defcda8f.tar.xz puppet-ff25c32249a2a4dac0ccf2b48f15a977defcda8f.zip |
create two list to handle sysadmin list automated commit
Diffstat (limited to 'manifests/lists.pp')
-rw-r--r-- | manifests/lists.pp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifests/lists.pp b/manifests/lists.pp index 44a69659..4c141ef4 100644 --- a/manifests/lists.pp +++ b/manifests/lists.pp @@ -47,3 +47,19 @@ sympa::public_list {"i18n-tr": } +sympa::announce_list_email {"sysadmin-commits": + subject => "List receiving commits mail from sysadmin team repository", + # FIXME change once we migrate + reply_to => "mageia-sysadm@$domain", + sender_email => "root@$domain", + topics => "sysadmin", +} + +sympa::announce_list_email {"sysadmin-reports": + subject => "List receiving automated reports from various pieces of infrastructure", + # FIXME change once we migrate + reply_to => "mageia-sysadm@$domain", + sender_email => "root@$domain", + topics => "sysadmin", +} + |