packer-cn/website/source/intro
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
..
getting-started Problem: Docs should mention the comma after `"builders": [...]` 2014-07-18 10:20:31 -07:00
index.html.markdown capitalize "Packer" 2013-07-01 22:01:22 -07:00
platforms.html.markdown Remove extra spaces in the Supported Platforms page. 2014-05-11 00:03:22 +02:00
use-cases.html.markdown Fix spelling in Use Cases documentation 2013-11-08 13:22:25 +11:00
why.html.markdown small typo: either rather than ether on why page 2013-06-28 17:24:24 +01:00