core: Machine sets the local data path of the machine index
This commit is contained in:
parent
646f0fa907
commit
98af7c7992
|
@ -232,6 +232,7 @@ module Vagrant
|
||||||
if index_uuid.nil?
|
if index_uuid.nil?
|
||||||
# Create the index entry and save it
|
# Create the index entry and save it
|
||||||
entry = MachineIndex::Entry.new
|
entry = MachineIndex::Entry.new
|
||||||
|
entry.local_data_path = @env.local_data_path
|
||||||
entry.name = @name.to_s
|
entry.name = @name.to_s
|
||||||
entry.provider = @provider_name.to_s
|
entry.provider = @provider_name.to_s
|
||||||
entry.state = "preparing"
|
entry.state = "preparing"
|
||||||
|
|
Loading…
Reference in New Issue