diff --git a/packer/template.go b/packer/template.go index 063508ba4..180b02c0f 100644 --- a/packer/template.go +++ b/packer/template.go @@ -142,6 +142,7 @@ func ParseTemplate(data []byte) (t *Template, err error) { if err != nil { errors = append(errors, fmt.Errorf("Error decoding default value for user var '%s': %s", k, err)) + continue } t.Variables[k] = variable