mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Merge pull request #8004 from onematchfox/master
Remove check/requirement for target_snapshot
This commit is contained in:
commit
fd0c393db7
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Reference in a new issue