Merge "Don't use sudo in base."

This commit is contained in:
Jenkins 2013-02-27 20:26:01 +00:00 committed by Gerrit Code Review
commit 0bbea74583

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