summaryrefslogtreecommitdiff
path: root/manifests/auto_number/uidpool.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/auto_number/uidpool.pp')
-rw-r--r--manifests/auto_number/uidpool.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/auto_number/uidpool.pp b/manifests/auto_number/uidpool.pp
new file mode 100644
index 0000000..813afd0
--- /dev/null
+++ b/manifests/auto_number/uidpool.pp
@@ -0,0 +1,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,
+ }
+}