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" + } +