mirror of https://github.com/hashicorp/packer
parent
2ed6c3ef5e
commit
c294e65c36
@ -1,13 +0,0 @@
|
||||
package iso
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
vmwcommon "github.com/hashicorp/packer/builder/vmware/common"
|
||||
)
|
||||
|
||||
// NewDriver returns a new driver implementation for this operating
|
||||
// system, or an error if the driver couldn't be initialized.
|
||||
func NewDriver(config *Config) (vmwcommon.Driver, error) {
|
||||
return vmwcommon.NewDriver(&config.DriverConfig, &config.SSHConfig, &config.CommConfig, config.VMName)
|
||||
}
|
||||
Loading…
Reference in new issue