Merge pull request #5042 from legal90/fix-post-comm

providers/virtualbox: Add 'post-comm' to the list of valid events
This commit is contained in:
Mitchell Hashimoto 2015-01-05 12:00:34 -08:00
commit d5dae4b492
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(