plnxtools for puppet
Go to file
7u83 f7dfb493ca Sets admin password now when installing 2020-07-25 16:59:27 +00:00
lib/facter Removed out-commented stuff 2020-07-25 09:11:43 +00:00
manifests Sets admin password now when installing 2020-07-25 16:59:27 +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"
}