Actions
Bug #9691
closedBroken node.env variable in 4.0
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Seen on Ubuntu 14.04 with Rudder 4.0:
"node": { "env[AWKPATH TERM PATH PWD MANPATH]": "",
instead of something like:
"node": { "env[BASEDIR]": "/opt/rudder/share/commands", "env[DEBIAN_FRONTEND]": "noninteractive", "env[HISTCONTROL]": "ignoredups", "env[HISTSIZE]": "100000", ...
Updated by Alexis Mousset about 8 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1082
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|d56334d8fe8283f8c79f1fd43e1b84d1731f8b2d.
Updated by Alexandre Anriot almost 8 years ago
Alexis,
Indeed, I have the same kind of output on Debian 8.
During the rendering, it leads to:
R: Templating error: Invalid control character at: line 2704 column 19 (char 106901)
Alexis MOUSSET wrote:
Seen on Ubuntu 14.04 with Rudder 4.0:
[...]
instead of something like:
[...]
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.1 which was released today.
- 4.0.1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions