Merge pull request #9690 from briancain/expand_nodes_path_chef
File path expand all chef_zero config path options
This commit is contained in:
commit
9f29812db8
|
@ -120,7 +120,7 @@ module VagrantPlugins
|
|||
|
||||
# Make sure all the paths are in the proper format
|
||||
config.map do |path|
|
||||
path = [:host, path] if !path.is_a?(Array)
|
||||
path = [:host, File.expand_path(path)] if !path.is_a?(Array)
|
||||
path
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue