mirror of https://github.com/hashicorp/packer
commit
1f41c11dda
@ -1,7 +1,7 @@
|
||||
package iso
|
||||
|
||||
// Interface to help find the host IP that is available from within
|
||||
// the VMware virtual machines.
|
||||
// the Parallels virtual machines.
|
||||
type HostIPFinder interface {
|
||||
HostIP() (string, error)
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue