From bdf57c9cfabc4825a382c80091d2a6485c42b299 Mon Sep 17 00:00:00 2001 From: Jasper Siepkes Date: Sat, 31 Dec 2016 12:34:33 +0100 Subject: [PATCH] Fixed documentation error for the 'source_machine_firewall_enabled' option. --- website/source/docs/builders/triton.html.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/builders/triton.html.md b/website/source/docs/builders/triton.html.md index 301cfb795..47b3a2ced 100644 --- a/website/source/docs/builders/triton.html.md +++ b/website/source/docs/builders/triton.html.md @@ -84,10 +84,11 @@ builder. - `source_machine_firewall_enabled` (boolean) - Whether or not the firewall of the VM used to create an image of is enabled. The Triton firewall only - filters inbound traffic to the VM. For the Joyent public cloud and private - Triton installations SSH traffic is always allowed by default. All outbound - traffic is always allowed. Currently this builder does not provide an - interface to add specific firewall rules. The default is `false`. + filters inbound traffic to the VM. All outbound traffic is always allowed. + Currently this builder does not provide an interface to add specific + firewall rules. Unless you have a global rule defined in Triton which allows + SSH traffic enabling the firewall will interfere with the SSH provisioner. + The default is `false`. - `source_machine_metadata` (object of key/value strings) - Triton metadata applied to the VM used to create the image. Metadata can be used to pass configuration information to the VM without the need for networking. See