From: Jeff Peeler Date: Fri, 19 Oct 2012 21:23:49 +0000 (-0400) Subject: Cleanup runcmd to exit 0 and not use 'type' X-Git-Tag: 2014.1~1240^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eff1af8ae03461892fb432ebd0394f8fd88eb4c7;p=openstack-build%2Fheat-build.git Cleanup runcmd to exit 0 and not use 'type' Change-Id: I37313a772839f56a015431bbb004ad767da0815e Signed-off-by: Jeff Peeler --- diff --git a/heat/cloudinit/config b/heat/cloudinit/config index bb107de7..173ed8cc 100644 --- a/heat/cloudinit/config +++ b/heat/cloudinit/config @@ -1,5 +1,5 @@ runcmd: - - type setenforce > /dev/null 2>&1 && setenforce 0 + - setenforce 0 > /dev/null 2>&1 || : user: ec2-user