aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/list/restricted.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/manifests/list/restricted.pp')
-rw-r--r--modules/sympa/manifests/list/restricted.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/sympa/manifests/list/restricted.pp b/modules/sympa/manifests/list/restricted.pp
deleted file mode 100644
index 779cd3fb..00000000
--- a/modules/sympa/manifests/list/restricted.pp
+++ /dev/null
@@ -1,15 +0,0 @@
-# list where people cannot subscribe, where people from $ldap_group receive
-# mail, with public archive
-define sympa::list::restricted($subject,
- $subscriber_ldap_group,
- $language = 'en',
- $topics = false) {
- list { $name:
- subject => $subject,
- profile => '',
- topics => $topics,
- language => $language,
- subscriber_ldap_group => $subscriber_ldap_group,
- sender_ldap_group => $subscriber_ldap_group,
- }
-}