fix reversed logic in disable_vnc documentation

pull/6486/head
Adam Robinson 8 years ago
parent 37cb3ec055
commit da277a440c

@ -105,7 +105,7 @@ builder.
this logic. This field can be specified as either `ide`, `sata`, or `scsi`. this logic. This field can be specified as either `ide`, `sata`, or `scsi`.
- `disable_vnc` (boolean) - Whether to create a VNC connection or not. - `disable_vnc` (boolean) - Whether to create a VNC connection or not.
A `boot_command` cannot be used when this is `false`. Defaults to `false`. A `boot_command` cannot be used when this is `true`. Defaults to `false`.
- `disk_adapter_type` (string) - The adapter type of the VMware virtual disk - `disk_adapter_type` (string) - The adapter type of the VMware virtual disk
to create. This option is for advanced usage, modify only if you know what to create. This option is for advanced usage, modify only if you know what

Loading…
Cancel
Save