dataset/seed/applicationservice/2022.03.08/openldap-server/packer/image/scripts/20-openldap-server

8 lines
88 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
#!/bin/bash
set -xe
microdnf -y --nodocs --noplugins install openldap-servers
exit 0