aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/search_filter/ldap.pp
blob: 5cbc84f884ae57cc8e4146fc4299189382d2887d (plain)
1
2
3
4
5
define sympa::search_filter::ldap {
    file { "/etc/sympa/search_filters/$name.ldap":
        content => template('sympa/search_filters/group.ldap')
    }
}