packer-cn/website/source/intro/getting-started
stefanlasiewski 47f073c442 Problem: Docs should mention the comma after `"builders": [...]`
While running through the getting-started examples, I ran into a strange
error:

	packer $ packer validate example.json
	Failed to parse template: Error in line 16, char 2: invalid character
	'"' after object key:value pair
	  "provisioners": [{
	packer $

The error was not immediately obvious, as this is my first time working
with Packer, and like many users this also happens to be my first time
working with JSON.

Solution:

I was missing a comma after the 'builders' configuration. I'm sure this
is a common problem, so let's specifically mention that in the document.
2014-07-18 10:20:31 -07:00
..
build-image.html.markdown Change the word `aws_access_key` to `aws_secret_key`. 2014-01-21 01:43:51 +09:00
next.html.markdown website: parallel and next steps 2013-06-21 20:19:33 -07:00
parallel-builds.html.markdown website: prettyprint variables examle in parallel builds 2013-11-25 13:51:32 +01:00
provision.html.markdown Problem: Docs should mention the comma after `"builders": [...]` 2014-07-18 10:20:31 -07:00
setup.html.markdown Updated web site doc. for avail commands list 2013-10-01 19:45:11 -06:00
vagrant.html.markdown website: vagrant boxes getting started 2013-06-28 08:37:13 -04:00