Fixed missing comma in remote-builds example code.

This commit is contained in:
Asa Gage 2015-05-14 17:22:32 -04:00
parent c8b3dfff5f
commit 849b825d18
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
"variables": ["..."],
"builders": ["..."],
"provisioners": ["..."],
"push": ["..."]
"push": ["..."],
"post-processors": [
{
"type": "atlas",
@ -72,4 +72,4 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
}
```
Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas.
Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas.