plnxtools for puppet
Go to file
7u83 480283cb5a Added example to setup a simple ApacheDS 2020-07-24 19:56:58 +00:00
manifests Service returns the correct status to puppet 2020-07-24 19:24:34 +00:00
templates/apacheds parameters for partition and paritionsuffix, creation of config.ldif 2020-07-24 14:23:38 +00:00
README.md Added example to setup a simple ApacheDS 2020-07-24 19:56:58 +00:00

README.md

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