mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add todo note about deleted entries
This commit is contained in:
parent
b7f074e492
commit
f507a3d7ff
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ module VagrantPlugins
|
|||
proc do |opts|
|
||||
opts = {} if !opts.is_a?(Hash)
|
||||
opts.compact!
|
||||
# TODO: These entries are deleted because they
|
||||
# cannot be mapped. This needs to be revisited
|
||||
# after more of core has been ported.
|
||||
opts.delete(:action_runner)
|
||||
opts.delete(:box_collection)
|
||||
opts.delete(:hook)
|
||||
|
|
|
|||
Loading…
Reference in a new issue