Don't use sudo in base.

Install.d hooks are already root, we don't need plain sudo there.

Change-Id: I69747049b2f5f649eb503a24487bbb3a4151ae21
This commit is contained in:
Robert Collins 2013-02-27 15:51:10 +13:00
parent b917233a24
commit 2b5557ea30

View File

@ -3,6 +3,6 @@
set -e
sudo dd of=/etc/cloud/cloud.cfg.d/10_etc_hosts.cfg << EOF
dd of=/etc/cloud/cloud.cfg.d/10_etc_hosts.cfg << EOF
manage_etc_hosts: True
EOF