From 56b5b68523ac7ec5966c6eda8b19ba5f0aaf9377 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 22 Apr 2013 18:35:16 +0000 Subject: rename sympa::announce_list_email to sympa::list::announce --- modules/sympa/manifests/announce_list_email.pp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/sympa/manifests/announce_list_email.pp (limited to 'modules/sympa/manifests/announce_list_email.pp') diff --git a/modules/sympa/manifests/announce_list_email.pp b/modules/sympa/manifests/announce_list_email.pp deleted file mode 100644 index bebeea13..00000000 --- a/modules/sympa/manifests/announce_list_email.pp +++ /dev/null @@ -1,18 +0,0 @@ -# list where announce are sent by $email only -# reply_to is set to $reply_to -define sympa::announce_list_email($subject, - $reply_to, - $sender_email, - $subscriber_ldap_group = false, - $language = 'en', - $topics = false) { - list { $name: - subject => $subject, - profile => '', - language => $language, - topics => $topics, - reply_to => $reply_to, - sender_email => $sender_email, - subscriber_ldap_group => $subscriber_ldap_group, - } -} -- cgit v1.2.1