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 common/command/template,packer/template: fix build name ConfigTemplate processing [GH-858] 2014-08-09 21:52:33 -05:00
json common/json: add Unmarshal with method with syntax errors 2013-08-09 16:50:24 -07:00
ssh common/ssh: error if encrypted key is used 2014-09-03 20:25:31 -07:00
uuid Simplifies the implementation of common/uuid 2013-10-23 23:05:02 +01:00
config.go Better error reporting when a config key in template is Unknown 2015-03-05 10:23:21 +01:00
config_test.go common: add test for empty val 2014-05-06 18:52:02 -07:00
download.go HTTPDownloader uses UserAgent from DownloadConfig 2014-01-09 08:41:34 -08:00
download_test.go HTTPDownloader uses UserAgent from DownloadConfig 2014-01-09 08:41:34 -08:00
multistep_debug.go common: clarify debug mode [GH-907] 2014-03-12 21:40:27 -07:00
packer_config.go common: PackerConfig understands user vars 2013-08-09 15:57:08 -07:00
step_connect_ssh.go common: don't wait SSH on first try 2014-09-10 14:04:56 -07:00
step_connect_ssh_test.go rename builder/common to common since it is generally useful 2013-08-01 12:11:54 -07:00
step_create_floppy.go Allow wildcards and directories for floppy_files parameter 2014-04-29 12:27:34 -07:00
step_create_floppy_test.go common: fix formatting directives in tests 2015-02-25 05:43:18 +01:00
step_download.go Remove version from "packer" package 2014-10-27 20:51:34 -07:00
step_download_test.go common: Add new StepDownload to DRY up downloads 2013-08-15 17:46:40 -07:00
step_provision.go builder/docker: ctrl-C works during provisioning 2013-11-12 16:24:16 +00:00
step_provision_test.go rename builder/common to common since it is generally useful 2013-08-01 12:11:54 -07:00