Merge pull request #8004 from onematchfox/master

Remove check/requirement for target_snapshot
pull/8008/head
Megan Marsh 7 years ago committed by GitHub
commit fd0c393db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,11 +97,6 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
fmt.Errorf("vm_name is required"))
}
if c.TargetSnapshot == "" {
errs = packer.MultiErrorAppend(errs,
fmt.Errorf("target_snapshot is required"))
}
validMode := false
validModes := []string{
vboxcommon.GuestAdditionsModeDisable,

Loading…
Cancel
Save