docs: Fix invalid example

This commit is contained in:
Philip Cristiano 2013-07-05 08:42:22 -04:00
parent e83b17f0e5
commit 9f624a4557
1 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ missing valid AWS access keys. Otherwise, it would work properly with
"secret_key": "...",
"region": "us-east-1",
"source_ami": "ami-de0d9eb7",
"instance_type": "m1.small",
"ssh_username": "ubuntu",
"ami_name": "packer {{.CreateTime}}"
}
@ -62,7 +63,7 @@ missing valid AWS access keys. Otherwise, it would work properly with
"provisioners": [
{
"type": "shell",
"path": "setup_things.sh"
"script": "setup_things.sh"
}
]
}