hmm01i / puppet-ds389

Puppet module to manage Fedora 389 Directory Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Puppet module to install and configure 389-ds - a full featured LDAP server.

Usage:

Include the ds389 module and it will install and configure an LDAP server.

  class { '::ds389':
    rootdnpwd        => 'testing1',
    serveradminid    => 'admin',
    serveridentifier => 'prod',
    schemafile       => '99user.ldif',
  }

License:

Released under the Apache 2.0 licence

Contribute:

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR

About

Puppet module to manage Fedora 389 Directory Server

License:Apache License 2.0


Languages

Language:Puppet 42.5%Language:Shell 30.6%Language:Python 17.6%Language:HTML 5.7%Language:Ruby 3.6%