From 849b825d187a62e0f9d72b7150751881a8464aa5 Mon Sep 17 00:00:00 2001 From: Asa Gage Date: Thu, 14 May 2015 17:22:32 -0400 Subject: [PATCH 1/2] Fixed missing comma in remote-builds example code. --- .../source/intro/getting-started/remote-builds.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/remote-builds.html.markdown b/website/source/intro/getting-started/remote-builds.html.markdown index dd7afa911..d2f7d3627 100644 --- a/website/source/intro/getting-started/remote-builds.html.markdown +++ b/website/source/intro/getting-started/remote-builds.html.markdown @@ -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. \ No newline at end of file +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. From c3a6e60e6c3a38564b5e262dbdb341928b0f673e Mon Sep 17 00:00:00 2001 From: Asa Gage Date: Thu, 14 May 2015 17:27:30 -0400 Subject: [PATCH 2/2] removed NL --- .../source/intro/getting-started/remote-builds.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/remote-builds.html.markdown b/website/source/intro/getting-started/remote-builds.html.markdown index d2f7d3627..d63bf560b 100644 --- a/website/source/intro/getting-started/remote-builds.html.markdown +++ b/website/source/intro/getting-started/remote-builds.html.markdown @@ -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. \ No newline at end of file