Install argparse and update the U10 package cache

cfntools require argparse
U10 package cache needs updating to install packages correctly

Change-Id: I3630f5082d4b9f73fa95805d51684a68bf8c0d6e
Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-05-30 11:15:34 -07:00
parent a093e6d074
commit c2f0e488f3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<description>Ubuntu 10.04</description>
<commands>
<command name='commands'>
apt-get -y upgrade;apt-get -y install cloud-init;/usr/sbin/useradd -m ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;chmod +x /opt/aws/bin/cfn-*
apt-get -y update;apt-get -y upgrade;apt-get -y install python-argparse;apt-get -y install chkconfig;apt-get -y install cloud-init;/usr/sbin/useradd -m ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;chmod +x /opt/aws/bin/cfn-*
</command>
</commands>
<files>