diff options
Diffstat (limited to 'modules/sympa/manifests/init.pp')
-rw-r--r-- | modules/sympa/manifests/init.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 2ce851ea..c97b04e7 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -94,19 +94,6 @@ class sympa { } } - define scenario_sender_ldap_group { - file { "/etc/sympa/scenari/send.restricted_$name": - content => template('sympa/scenari/sender.ldap_group') - } - } - - define scenario_sender_email { - $sender_email_file = regsubst($name,'\@','-at-') - file { "/etc/sympa/scenari/send.restricted_$sender_email_file": - content => template('sympa/scenari/sender.email') - } - } - # add each group that could be used in a sympa ml either as # - owner # - editor ( moderation ) |