From 480283cb5a12f6e15910b77caf8e3918c43e0604 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Fri, 24 Jul 2020 19:56:58 +0000 Subject: [PATCH] Added example to setup a simple ApacheDS --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 758a674..ecf25a5 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -Various puppet scripts to setup apache tools +# Various puppet scripts to setup apache tools +## Setup Apache Directory (ApacheDS) + + class {"plnxtools":} + class {"plnxtools::apacheds":} + plnxtools::apacheds::instance{"planix-instance-01": + partitionid => "planix-01", + partitionsuffix => "dc=uplanix,dc=org" + } +