From 912111ca428b398f5f4b970ef56602a6fe5b279b Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Thu, 12 Nov 2015 18:32:31 -0500 Subject: [PATCH] Add full example and link to Atlas Post Processor --- .../docs/templates/post-processors.html.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/source/docs/templates/post-processors.html.markdown b/website/source/docs/templates/post-processors.html.markdown index 7fd7fa248..c6926b5f1 100644 --- a/website/source/docs/templates/post-processors.html.markdown +++ b/website/source/docs/templates/post-processors.html.markdown @@ -112,13 +112,21 @@ It is important to sequence post processors when creating and uploading vagrant }, { "type": "atlas", - ... + "only": ["virtualbox-iso"], + "artifact": "dundlermifflin/dwight-schrute", + "artifact_type": "vagrant.box", + "metadata": { + "provider": "virtualbox", + "version": "0.0.1" + } } ] ] } ``` +More documentation on the Atlas post-processor can be found [here](/docs/post-processors/atlas.html) + ## Input Artifacts When using post-processors, the input artifact (coming from a builder or another