It sets up 389 Directory Server, including a TLS cert acquired using Let's Encrypt in production (that requires ldap.kosmos.org pointing to the server's IP)
14 lines
323 B
Ruby
14 lines
323 B
Ruby
name 'kosmos-dirsrv'
|
|
maintainer 'Kosmos Developers'
|
|
maintainer_email 'mail@kosmos.org'
|
|
license 'MIT'
|
|
description 'Installs/Configures 389 Directory Server'
|
|
long_description 'Installs/Configures 389 Directory Server'
|
|
version '0.1.0'
|
|
chef_version '>= 14.0'
|
|
|
|
depends "firewall"
|
|
depends "apt"
|
|
depends "ulimit"
|
|
depends "backup"
|