Add proxmox fixer

pull/9626/head
Jeff Wong 5 years ago
parent 93531b3ec5
commit a35eda70d8
No known key found for this signature in database
GPG Key ID: D4EEB78E484F8A83

@ -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",
}
}

Loading…
Cancel
Save