We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems there is wrong content-type for Jinja at https://cloudinit.readthedocs.io/en/latest/explanation/format.html#headers-and-content-types
Using text/jinja got "unknown content-type" or something like this.
text/jinja
Probably from:
The text was updated successfully, but these errors were encountered:
Documentation request Seems there is wrong content-type for Jinja at https://cloudinit.readthedocs.io/en/latest/explanation/format.html#headers-and-content-types Using text/jinja got "unknown content-type" or something like this.
Please provide enough information to completely reproduce your issue. This sounds like a likely user error.
Sorry, something went wrong.
I'm using HashiCorp cloud-init provider. text/jinja2 solves the problem for me. It's a bit hard to gather logs. I'll try to reproduce it on occasion.
text/jinja2
data "cloudinit_config" "test" { part { filename = "cloud-config.yaml" content_type = "text/jinja2" ...
No branches or pull requests
Documentation request
Seems there is wrong content-type for Jinja at https://cloudinit.readthedocs.io/en/latest/explanation/format.html#headers-and-content-types
Using
text/jinja
got "unknown content-type" or something like this.Probably from:
The text was updated successfully, but these errors were encountered: