fix newly added partial paths
This commit is contained in:
parent
20e8481a7c
commit
ce95bb1d70
|
@ -16,7 +16,7 @@ Type: `vsphere-clone`
|
||||||
This builder clones VMs from existing templates.
|
This builder clones VMs from existing templates.
|
||||||
|
|
||||||
- VMware Player is not required.
|
- VMware Player is not required.
|
||||||
- It uses the official vCenter API, and does not require ESXi host [modification](/docs/builders/vmware-iso#building-on-a-remote-vsphere-hypervisor)
|
- It uses the official vCenter API, and does not require ESXi host [modification](https://www.packer.io/docs/builders/vmware-iso.html#building-on-a-remote-vsphere-hypervisor)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -91,15 +91,15 @@ necessary for this build to succeed and can be found further down the page.
|
||||||
|
|
||||||
### Export Configuration
|
### Export Configuration
|
||||||
|
|
||||||
@include 'partials/builder/vsphere/common/ExportConfig.mdx'
|
@include 'builder/vsphere/common/ExportConfig.mdx'
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
@include 'partials/builder/vsphere/common/ExportConfig-not-required.mdx'
|
@include 'builder/vsphere/common/ExportConfig-not-required.mdx'
|
||||||
|
|
||||||
#### Output Configuration:
|
#### Output Configuration:
|
||||||
|
|
||||||
@include 'partials/builder/vsphere/common/OutputConfig-not-required.mdx'
|
@include 'builder/vsphere/common/OutputConfig-not-required.mdx'
|
||||||
|
|
||||||
## Working with Clusters
|
## Working with Clusters
|
||||||
|
|
||||||
|
|
|
@ -119,15 +119,16 @@ from the datastore. Example:
|
||||||
@include 'builder/vsphere/iso/FloppyConfig-not-required.mdx'
|
@include 'builder/vsphere/iso/FloppyConfig-not-required.mdx'
|
||||||
|
|
||||||
### Export Configuration
|
### Export Configuration
|
||||||
<%= partial "partials/builder/vsphere/common/ExportConfig" %>
|
|
||||||
|
@include 'builder/vsphere/common/ExportConfig.mdx'
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
<%= partial "partials/builder/vsphere/common/ExportConfig-not-required" %>
|
@include 'builder/vsphere/common/ExportConfig-not-required.mdx'
|
||||||
|
|
||||||
#### Output Configuration:
|
#### Output Configuration:
|
||||||
|
|
||||||
<%= partial "partials/builder/vsphere/common/OutputConfig-not-required" %>
|
@include 'builder/vsphere/common/OutputConfig-not-required.mdx'
|
||||||
|
|
||||||
### Extra Configuration Parameters
|
### Extra Configuration Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue