aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/scenario/sender_restricted.pp
blob: 48e2d459cfe968c1f304338e682e974173f9af0a (plain)
1
2
3
4
5
6
7
8
define sympa::scenario::sender_restricted(
    $email      = false,
    $ldap_group = false
) {
    file { "/etc/sympa/scenari/send.restricted_$name":
        content => template('sympa/scenari/sender.restricted')
    }
}