From 4c1adc193f95a9b1ee5df81b318e8150b1b1b7b6 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 23 May 2012 18:24:57 -0700 Subject: [PATCH] Make i386 cfntools jeos work was expectin cfg-* instead of cfn-* Change-Id: I6234829d92a33e8bd4a8fab246ded2c1a43afc55 Signed-off-by: Steven Dake --- heat/jeos/F16-i386-cfntools-jeos.tdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/jeos/F16-i386-cfntools-jeos.tdl b/heat/jeos/F16-i386-cfntools-jeos.tdl index 35b7d6ac5e..d7f7b431ec 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