Revert "Lower our nodepool-base finalise.d script"

This reverts commit e62609f45c.

Change-Id: Ie9076d70d062a7c666e53966e03377c65d3aab8a
This commit is contained in:
Jeremy Stanley 2016-04-20 13:40:56 +00:00
parent e62609f45c
commit 36ed0b0cec
3 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ mv /tmp/forwarding.conf /etc/unbound/
chown root:root /etc/unbound/forwarding.conf
chmod a+r /etc/unbound/forwarding.conf
# If we have selinux install, restore default SELinux contents when ever
# possible. Currently this only seems relevant for RHEL based DIBs.
if [ -x /sbin/restorecon ] ; then
restorecon -v /etc/unbound/forwarding.conf
fi
# Overwrite /etc/resolv.conf at boot
dd of=/etc/rc.local <<EOF