aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/search_filter/ldap.pp
blob: b7d0a933a610d0c357546a86acfd191754139e43 (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')
    }
}