providers/virtualbox: validate missing keys [GH-2831]

This commit is contained in:
Mitchell Hashimoto 2014-01-16 09:43:31 -08:00
parent b19795c952
commit eecba611a4
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ BUG FIXES:
works properly. [GH-2751]
- providers/virtualbox: Make more internal interactions with VBoxManage
retryable to avoid spurious VirtualBox errors. [GH-2831]
- providers/virtualbox: Config validation catches invalid keys. [GH-2843]
- provisioners/chef: When chowning folders, don't follow symlinks.
- provisioners/salt: Options can now set install type and install args.
[GH-2766]

View File

@ -110,7 +110,7 @@ module VagrantPlugins
end
def validate(machine)
errors = []
errors = _detected_errors
valid_events = ["pre-import", "pre-boot", "post-boot"]
@customizations.each do |event, _|