Project

General

Profile

Actions

Bug #14179

closed

Jinja templating iteration example in the doc is invalid

Added by Félix DALLIDET about 5 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Documentation
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

I applied the jinja template from the doc and it fails with the following error:

E| error         jinja                     File from a jinja2 templ| /tmp/result        Build file /tmp/result from template /tmp/template could not be repaired
R: Templating error: Traceback (most recent call last):
  File "/var/rudder/cfengine-community/modules/templates/jinja2-templating.py", line 117, in <module>
    main()
  File "/var/rudder/cfengine-community/modules/templates/jinja2-templating.py", line 113, in main
    render(opts, args)
  File "/var/rudder/cfengine-community/modules/templates/jinja2-templating.py", line 92, in render
    output = env.get_template(os.path.basename(template_path)).render(data)
  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render
    return self.environment.handle_exception(exc_info, True)
  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 754, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/tmp/template", line 17, in top-level template code
    {% for key, value in vars.variable_prefix.dict_name.properties %}
ValueError: too many values to unpack

Actions #1

Updated by Félix DALLIDET about 5 years ago

  • Category changed from Generic methods to Documentation

This seems to come from the dict namespace: "variable_prefix" which already exists in rudder and should not be used.

Actions #2

Updated by Félix DALLIDET about 5 years ago

And we need an iterator call for the last block aka .item() on the last for block

Actions #3

Updated by Félix DALLIDET about 5 years ago

  • Status changed from New to In progress
  • Assignee set to Félix DALLIDET
Actions #4

Updated by Félix DALLIDET about 5 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Félix DALLIDET to Alexis Mousset
  • Pull Request set to https://github.com/Normation/ncf/pull/900
Actions #5

Updated by Félix DALLIDET about 5 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:d53eb629a47962bfc984c820432f7487cf94117b.

Actions #6

Updated by Alexis Mousset about 5 years ago

  • Subject changed from Jinja templating from the doc fails everytime to Jinja templating iteration example in the doc is invalid
Actions #7

Updated by Alexis Mousset about 5 years ago

  • Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.19, 4.3.9 and 5.0.5 which were released today.
Changelog
Changelog
Changelog
Actions #8

Updated by Alexis Mousset almost 2 years ago

  • Project changed from 41 to Rudder
  • Category changed from Documentation to Documentation
Actions

Also available in: Atom PDF