081121d29b
* Fix invalid MIME formatting in multipart cloudinit userdata Per https://tools.ietf.org/html/rfc822#appendix-B.2, MIME headers and Body need to be separated by two new lines (or CRLFs in this case). The email parser in python can handle this which is what cloud-init uses but this bug causes problems if you try to parse the multipart message by languages other than python. * Fix test cases |
||
---|---|---|
.. | ||
datasource_cloudinit_config.go | ||
datasource_cloudinit_config_test.go | ||
datasource_template_file.go | ||
datasource_template_file_test.go | ||
provider.go | ||
provider_test.go |