summaryrefslogtreecommitdiff
path: root/manifests/auto_number/uidpool.pp
blob: 813afd01f0e0e1c6b9f9b28ed9dcfe3060812651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# @summary Enable automatic uid and gid number through a pool.
#
# It's unclear if this module works. the documentation mentions a
# pre-defined uid pool, but no information about how to set it up.
#
class phpldapadmin::auto_number::uidpool (
) {
  concat::fragment { 'phpLDAPadmin Auto Number':
    content => epp("${module_name}/auto_number/uidpool.epp"),
    target  => $phpldapadmin::config_file,
    order   => $phpldapadmin::base_config_order + 10,
  }
}