update docs

This commit is contained in:
Matthew Hooker 2016-11-21 15:35:57 -08:00
parent e3acd19cb7
commit 70ca8486ba
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ You can specify manifest more than once and write each build to its own file, or
### Optional:
- `filename` (string) The manifest will be written to this file. This defaults to `packer-manifest.json`.
- `output` (string) The manifest will be written to this file. This defaults to `packer-manifest.json`.
- `strip_path` (bool) Write only filename without the path to the manifest file. This defaults to false.
### Example Configuration
@ -33,7 +33,7 @@ You can simply add `{"type":"manifest"}` to your post-processor section. Below i
"post-processors": [
{
"type": "manifest",
"filename": "manifest.json",
"output": "manifest.json",
"strip_path": true
}
]