Commit 9ab04e95 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #192 from dougm/fusion-leases-path

builder/vmware: fix Fusion DhcpLeasesPath
parents 9d31a49f e531af96
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment