add ipv6 nameserver to cloud-prep script

This commit is contained in:
Matthew Thode 2016-04-13 19:34:22 -05:00
parent c17f3c673a
commit 0c58846172
No known key found for this signature in database
GPG key ID: 64A37BEAAE19A4E8

View file

@ -49,6 +49,7 @@ chown root:root /etc/conf.d/hostname
# set a nice default for /etc/resolv.conf # set a nice default for /etc/resolv.conf
cat > /etc/resolv.conf << EOL cat > /etc/resolv.conf << EOL
nameserver 8.8.8.8 nameserver 8.8.8.8
nameserver 2001:4860:4860::8888
EOL EOL
# let's upgrade (security fixes and otherwise) # let's upgrade (security fixes and otherwise)