providers/virtualbox: Add 'post-comm' to the list of valid events

This commit is contained in:
Mikhail Zholobov 2014-12-21 01:09:55 +03:00
parent 919aa70c5d
commit e828927cee
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ module VagrantPlugins
def validate(machine)
errors = _detected_errors
valid_events = ["pre-import", "pre-boot", "post-boot"]
valid_events = ["pre-import", "pre-boot", "post-boot", "post-comm"]
@customizations.each do |event, _|
if !valid_events.include?(event)
errors << I18n.t(