image-deploy/cloud-init-base-url¶
The cloud init data to send machine after first boot.
This parameter defines the base path to the user-data and meta-data
files. The valid values are file:///path
, http[s]://hostname:port/path
,
or just \path
.
The default is for local mode, file:///curtin/
.
For remote usage, the value should be {{.Machine.Url}}/
. This
works with the image-deploy-cloud-init
stage.
The path MUST end in a slash.