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