From 09029fd51ec2e2ed891d6ee49c2781fbcfa36b5a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Jun 2013 08:18:03 -0400 Subject: [PATCH] website: clarify some things in the intro --- .../intro/getting-started/parallel-builds.html.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/intro/getting-started/parallel-builds.html.markdown b/website/source/intro/getting-started/parallel-builds.html.markdown index 3810cc0f8..c3f64210f 100644 --- a/website/source/intro/getting-started/parallel-builds.html.markdown +++ b/website/source/intro/getting-started/parallel-builds.html.markdown @@ -78,6 +78,13 @@ you can do that as well. Validate the template with `packer validate`. This is always a good practice. +
+If you're looking for more DigitalOcean configuration options, +you can find them on the DigitalOcean +Builder page in the documentation. The documentation is more of a reference +manual that contains a listing of all the available configuration options. +
+ ## Build Now run `packer build example.json`. The output is too verbose to include