From: Steven Dake Date: Thu, 24 May 2012 01:24:57 +0000 (-0700) Subject: Make i386 cfntools jeos work X-Git-Tag: 2014.1~1789 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4c1adc193f95a9b1ee5df81b318e8150b1b1b7b6;p=openstack-build%2Fheat-build.git Make i386 cfntools jeos work was expectin cfg-* instead of cfn-* Change-Id: I6234829d92a33e8bd4a8fab246ded2c1a43afc55 Signed-off-by: Steven Dake --- diff --git a/heat/jeos/F16-i386-cfntools-jeos.tdl b/heat/jeos/F16-i386-cfntools-jeos.tdl index 35b7d6ac..d7f7b431 100644 --- a/heat/jeos/F16-i386-cfntools-jeos.tdl +++ b/heat/jeos/F16-i386-cfntools-jeos.tdl @@ -11,7 +11,7 @@ Fedora 16 -yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfg-* +yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;yum -y install cloud-init;cat >> /etc/rc.d/rc.local << EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfn-* #!/bin/bash setenforce 0 EOF