Merge pull request #192 from dougm/fusion-leases-path
builder/vmware: fix Fusion DhcpLeasesPath
This commit is contained in:
commit
9ab04e953b
|
@ -124,7 +124,7 @@ func (d *Fusion5Driver) ToolsIsoPath(k string) string {
|
|||
}
|
||||
|
||||
func (d *Fusion5Driver) DhcpLeasesPath(device string) string {
|
||||
return "/etc/vmware/vmnet-dhcpd-" + device + ".leases"
|
||||
return "/var/db/vmware/vmnet-dhcpd-" + device + ".leases"
|
||||
}
|
||||
|
||||
func (d *Fusion5Driver) runAndLog(cmd *exec.Cmd) (string, string, error) {
|
||||
|
|
Loading…
Reference in New Issue