aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/scenario/sender_ldap_group.pp
blob: 7091508041b4c7e888c5aecfecd620bdcd52f284 (plain)
1
2
3
4
5
6
7
define sympa::scenario::sender_ldap_group($ldap_group) {
    file { "/etc/sympa/scenari/send.restricted_$name":
        content => template('sympa/scenari/sender.ldap_group')
    }
}