# Variables

FixerOrder is the default order the fixers should be run.
Fixers is the map of all available fixers, by name.

# Structs

FixerAmazonShutdownBehavior fix the spelling of "shutdown_behavior" template in a Amazon builder.
FixerCreateTime is a Fixer that replaces the ".CreateTime" template calls with "{{timestamp}".
FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key with the newer "iso_checksum" and "iso_checksum_type" within builders.
FixerManifestFilename renames any Filename to Output.
FixerParallelsDeprecations removes "parallels_tools_host_path" from a template in a Parallels builder and changes "guest_os_distribution" to "guest_os_type", possibly overwriting any existing "guest_os_type".
FixerParallelsHeadless removes "headless" from a template in a Parallels builder.
FixerSSHKeyPath changes the "ssh_key_path" of a template to "ssh_private_key_file".
FixerVagrantPPOvveride is a Fixer that replaces the provider-specific overrides for the Vagrant post-processor with the new style introduced as part of Packer 0.5.0.
FixerVirtualBoxGAAttach changes the "guest_additions_attach" of a template to "guest_additions_mode".
FixerVirtualBoxRename changes "virtualbox" builders to "virtualbox-iso".
FixerVMwareRename changes "virtualbox" builders to "virtualbox-iso".

# Interfaces

A Fixer is something that can perform a fix operation on a template.