update docs for iso_url

This commit is contained in:
Megan Marsh 2019-01-03 11:22:27 -08:00
parent a99e1fc017
commit 6ff61b3cdf
1 changed files with 6 additions and 3 deletions

View File

@ -75,9 +75,12 @@ builder.
and `iso_checksum_url` must be defined. This will be ignored if
`iso_checksum` is non empty.
- `iso_url` (string) - A URL to the ISO containing the installation image.
This URL can be either an HTTP URL or a file URL (or path to a file). If
this is an HTTP URL, Packer will download it and cache it between runs.
- `iso_url` (string) or `iso_urls` (array of strings) - `iso_url` is a URL to
the ISO containing the installation image. This URL can be either an HTTP
URL or a file URL (or path to a file). If this is an HTTP URL, Packer will
download it and cache it between runs. `iso_url` is required unless
`iso_urls` is set in its place (see below for documentation on the
`iso_urls` option)
### Optional: