aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests/slave_instance.pp
blob: a12771a306184557afa0f24f00b7cd27fd9f3fa1 (plain)
1
2
3
4
5
6
7
8
9
10
# 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,
    }
}