Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + var FixerOrder []string + var Fixers map[string]Fixer + type Fixer interface + Fix func(input map[string]interface{}) (map[string]interface{}, error) + Synopsis func() string + type FixerAmazonEnhancedNetworking struct + func (FixerAmazonEnhancedNetworking) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerAmazonEnhancedNetworking) Synopsis() string + type FixerAmazonPrivateIP struct + func (FixerAmazonPrivateIP) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerAmazonPrivateIP) Synopsis() string + type FixerAmazonShutdownBehavior struct + func (FixerAmazonShutdownBehavior) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerAmazonShutdownBehavior) Synopsis() string + type FixerCreateTime struct + func (FixerCreateTime) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerCreateTime) Synopsis() string + type FixerDockerEmail struct + func (FixerDockerEmail) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerDockerEmail) Synopsis() string + type FixerHypervDeprecations struct + func (FixerHypervDeprecations) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerHypervDeprecations) Synopsis() string + type FixerHypervVmxcTypo struct + func (FixerHypervVmxcTypo) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerHypervVmxcTypo) Synopsis() string + type FixerISOMD5 struct + func (FixerISOMD5) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerISOMD5) Synopsis() string + type FixerManifestFilename struct + func (FixerManifestFilename) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerManifestFilename) Synopsis() string + type FixerParallelsDeprecations struct + func (FixerParallelsDeprecations) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerParallelsDeprecations) Synopsis() string + type FixerParallelsHeadless struct + func (FixerParallelsHeadless) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerParallelsHeadless) Synopsis() string + type FixerPowerShellEscapes struct + func (FixerPowerShellEscapes) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerPowerShellEscapes) Synopsis() string + type FixerSSHDisableAgent struct + func (FixerSSHDisableAgent) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerSSHDisableAgent) Synopsis() string + type FixerSSHKeyPath struct + func (FixerSSHKeyPath) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerSSHKeyPath) Synopsis() string + type FixerVMwareCompaction struct + func (FixerVMwareCompaction) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerVMwareCompaction) Synopsis() string + type FixerVMwareRename struct + func (FixerVMwareRename) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerVMwareRename) Synopsis() string + type FixerVagrantPPOverride struct + func (FixerVagrantPPOverride) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerVagrantPPOverride) Synopsis() string + type FixerVirtualBoxGAAttach struct + func (FixerVirtualBoxGAAttach) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerVirtualBoxGAAttach) Synopsis() string + type FixerVirtualBoxRename struct + func (FixerVirtualBoxRename) Fix(input map[string]interface{}) (map[string]interface{}, error) + func (FixerVirtualBoxRename) Synopsis() string + type PP struct + PostProcessors []interface{}