providers/virtualbox: Add 'post-comm' to the list of valid events
This commit is contained in:
parent
919aa70c5d
commit
e828927cee
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue