mirror of https://github.com/hashicorp/packer
Adds an alias for `proxmox` that points to proxmox-iso builder for backwards compatibilitypull/9626/head
parent
3e0633fc20
commit
a140c13943
@ -0,0 +1,7 @@
|
||||
package proxmox
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/packer/builder/proxmox/iso"
|
||||
)
|
||||
|
||||
type Builder = proxmoxiso.Builder
|
||||
Loading…
Reference in new issue