forked from ISTI-ansible-roles/ansible-roles
library/roles/openldap-server/defaults/main.yml: Add a perl library that provides a crc32 executable.
This commit is contained in:
parent
53f2739b73
commit
a02fb4762d
|
@ -10,6 +10,7 @@ openldap_pkg_list:
|
||||||
- ldap-utils
|
- ldap-utils
|
||||||
- ldapscripts
|
- ldapscripts
|
||||||
- db-util
|
- db-util
|
||||||
|
- libarchive-zip-perl
|
||||||
|
|
||||||
# DB_CONFIG options
|
# DB_CONFIG options
|
||||||
openldap_db_set_cachesize: '0 524288000 1'
|
openldap_db_set_cachesize: '0 524288000 1'
|
||||||
|
|
Loading…
Reference in New Issue