Skip to content

Commit

Permalink
remove tilde expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker authored Apr 26, 2017
1 parent d2ae362 commit 8e277b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/source/docs/builders/triton.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ builder.
the URL of the cloud API of your own Triton installation.

- `triton_key_material` (string) - Path to the file in which the private key
of `triton_key_id` is stored. For example `~/.ssh/id_rsa`. If this is not
specified, the SSH agent is used to sign requests with the `triton_key_id`
specified.
of `triton_key_id` is stored. For example `/home/soandso/.ssh/id_rsa`. If
this is not specified, the SSH agent is used to sign requests with the
`triton_key_id` specified.

- `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
Expand Down

0 comments on commit 8e277b0

Please sign in to comment.