Merge "Remove workaround UAR 8 for nslcd"

This commit is contained in:
Zuul 2022-05-10 21:26:05 +00:00 committed by Gerrit Code Review
commit fde18f32b4

View File

@ -5,9 +5,6 @@ if [ ! -f ${bifile} ]; then
touch ${bifile}
fi
# UAR 8: nslcd
sed -i 's@gid ldap@gid openldap@g' /etc/nslcd.conf
# UAR 9: disable
find /etc/puppet/manifests -type f -exec \
sed -i 's@include ::platform::ntp@#include ::platform::ntp@g' {} +