Add proxmox fixer

This commit is contained in:
Jeff Wong 2020-10-11 11:39:24 -07:00
parent 93531b3ec5
commit a35eda70d8
No known key found for this signature in database
GPG Key ID: D4EEB78E484F8A83
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func init() {
"vsphere-iso-net-disk": new(FixerVSphereNetworkDisk),
"iso-checksum-type-and-url": new(FixerISOChecksumTypeAndURL),
"qemu-host-port": new(FixerQEMUHostPort),
"proxmox-type": new(FixerProxmoxType),
}
FixerOrder = []string{
@ -93,5 +94,6 @@ func init() {
"vsphere-iso-net-disk",
"iso-checksum-type-and-url",
"qemu-host-port",
"proxmox-type",
}
}