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

Struct FixerISOMD5

fix/fixer_iso_md5.go:12–12  ·  view source on GitHub ↗

FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key with the newer "iso_checksum" and "iso_checksum_type" within builders.

Source from the content-addressed store, hash-verified

10// FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key
11// with the newer "iso_checksum" and "iso_checksum_type" within builders.
12type FixerISOMD5 struct{}
13
14func (FixerISOMD5) DeprecatedOptions() map[string][]string {
15 return map[string][]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected