mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05:00
This commit fixes errors like this in the vsphere post-processor when using floppy files in the builder step: Error: File (/var/folders/zl/57c1vmr532z_ryf1scw53_b9ycmxh7/T/packer964492999) could not be found The configure VMX step re-adds the floppy files, so we need to configure the VMX and _then_ clean the VMX in that order. |
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_test.go | ||
| config.go | ||
| config_test.go | ||
| step_clone_vmx.go | ||
| step_clone_vmx_test.go | ||
| step_test.go | ||