From 00fe97cae3fe77cb5a144112402d8c588a2ce4a6 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 27 Dec 2013 10:28:16 -0800 Subject: [PATCH] website: add private_networking docs for digitalocean --- website/source/docs/builders/digitalocean.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/digitalocean.html.markdown b/website/source/docs/builders/digitalocean.html.markdown index 10eed2c4e..a2525a840 100644 --- a/website/source/docs/builders/digitalocean.html.markdown +++ b/website/source/docs/builders/digitalocean.html.markdown @@ -46,6 +46,9 @@ Optional: * `size_id` (int) - The ID of the droplet size to use. This defaults to "66," which is the 512MB droplet. +* `private_networking` (bool) - Set to `true` to enable private networking + for the droplet being created. This defaults to `false`, or not enabled. + * `snapshot_name` (string) - The name of the resulting snapshot that will appear in your account. This must be unique. To help make this unique, use a function like `timestamp` (see