Add proxmox fixer
This commit is contained in:
parent
93531b3ec5
commit
a35eda70d8
|
@ -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…
Reference in New Issue