aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests/slave_instance.pp
blob: 0d66d607e964509718bc46745323e39c255e574d (plain)
1
2
3
4
5
6
7
8
# TODO create the user for sync in ldap
# this define is mainly syntaxic sugar
define openldap::slave_instance($rid) {
    include openldap
    class { 'openldap::slave':
        rid => $rid,
    }
}