plnxtools for puppet
Go to file
7u83 44a5e3f3f1 Stops the service correctly when purging 2020-07-25 09:37:29 +00:00
lib/facter Removed out-commented stuff 2020-07-25 09:11:43 +00:00
manifests Stops the service correctly when purging 2020-07-25 09:37:29 +00:00
templates/apacheds sets the ldap port 2020-07-25 09:05:50 +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"
}