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