packer-cn/common
Grégoire Pineau 97c56347a1 Better error reporting when a config key in template is Unknown
This patch will allow to fix the following bug much faster:

```
1 error(s) occurred:

* Unknown configuration key: output_directory
```

Related configuration:

```
"output_directory ": "build/sl_base/",
```

After the patch, the error reporting will be:

```
1 error(s) occurred:

* Unknown configuration key: "output_directory¤"
```
2015-03-05 10:23:21 +01:00
..
command
json
ssh
uuid
config.go Better error reporting when a config key in template is Unknown 2015-03-05 10:23:21 +01:00
config_test.go
download.go
download_test.go
multistep_debug.go
packer_config.go
step_connect_ssh.go
step_connect_ssh_test.go
step_create_floppy.go
step_create_floppy_test.go
step_download.go
step_download_test.go
step_provision.go
step_provision_test.go