# Variables
FixerOrder is the default order the fixers should be run.
Fixers is the map of all available fixers, by name.
# Structs
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.
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.
# Type aliases
No description provided by the author