You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add limayaml param settings to provisioning script environment
They will be prefixed with `PARAM_`, so `param.FOO` becomes `PARAM_FOO`.
This is useful because parameter substitution happens when a template is
instantiated, so `[ "{{.Param.ROOTFUL}}" = true ]` becomes `[ "true" = true ]`
in the cloud-init-output.log.
This mechanism also works better when the parameter contains quotes, which
would break a simplistic `FOO="{{.Param.FOO}}"`.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments