MCPcopy
hub / github.com/hashicorp/packer / FixerVMwareCompaction

Struct FixerVMwareCompaction

fix/fixer_vmware_compaction.go:11–11  ·  view source on GitHub ↗

FixerVMwareCompaction adds "skip_compaction = true" to "vmware-iso" builders with incompatible disk_type_id

Source from the content-addressed store, hash-verified

9
10// FixerVMwareCompaction adds "skip_compaction = true" to "vmware-iso" builders with incompatible disk_type_id
11type FixerVMwareCompaction struct{}
12
13func (FixerVMwareCompaction) DeprecatedOptions() map[string][]string {
14 return map[string][]string{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected