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