Parallels / packer-plugin-parallels

Packer plugin for Parallels Builder
https://www.packer.io/docs/builders/parallels
Mozilla Public License 2.0
13 stars 14 forks source link

Resolve ip is not detected if dhcp_leases file is missing #104

Closed bineesh-n closed 8 months ago

bineesh-n commented 8 months ago

Splitted IPAddress function into two. The first one will find ip with leases file. Second one will find ip with prlctl, if first attempt failed.

Closes #103