Bug #9691
closed
Broken node.env variable in 4.0
Added by Alexis Mousset about 8 years ago.
Updated almost 8 years ago.
Category:
System techniques
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",
...
- Status changed from New to In progress
- Assignee set to Alexis Mousset
- 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
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
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:
[...]
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.1 which was released today.
Also available in: Atom
PDF