2020-03-18 18:46:47 -04:00
|
|
|
<!-- Code generated from the comments of the HTTPConfig struct in common/http_config.go; DO NOT EDIT MANUALLY -->
|
2020-07-13 06:33:16 -04:00
|
|
|
|
2020-03-18 18:46:47 -04:00
|
|
|
Packer will create an http server serving `http_directory` when it is set, a
|
|
|
|
random free port will be selected and the architecture of the directory
|
|
|
|
referenced will be available in your builder.
|
|
|
|
|
|
|
|
Example usage from a builder:
|
|
|
|
|
2020-04-02 11:57:46 -04:00
|
|
|
`wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg`
|