fix(aws): cloud provider wasn't set, corrected cloud config syntax

This commit is contained in:
Remco
2014-11-26 17:30:35 +01:00
parent 1265db9686
commit 83f3982eee
2 changed files with 6 additions and 8 deletions

View File

@@ -26,11 +26,8 @@ grains:
EOF
cat <<EOF > /etc/aws.conf
{
"Global": {
"Region": "${AWS_ZONE}"
}
}
[Global]
Region:${AWS_ZONE}
EOF
# Auto accept all keys from minions that try to join