mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <[email protected]> Co-authored-by: Wilken Rivera <[email protected]> Co-authored-by: Kendall Strautman <[email protected]>
12 lines
539 B
Plaintext
12 lines
539 B
Plaintext
<!-- Code generated from the comments of the HTTPConfig struct in multistep/commonsteps/http_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
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:
|
|
|
|
`wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg`
|
|
|
|
<!-- End of code generated from the comments of the HTTPConfig struct in multistep/commonsteps/http_config.go; -->
|