Actions
Bug #5873
closedUser story #5449: Make environment variables accessible as parameter in all Techniques
Non-escaped quotes in environment-variables.cf cause CFEngine parsing error
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
From environment-variables.cf:
windows:: "script" string => "@echo off for /F "tokens=1,2* delims==" %%G IN ('SET') DO ECHO =node.env[%%G]=%%H";
This contains double quotes on line 2 that should obviously be escaped.
Updated by Jonathan CLARKE almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/581
Updated by Jonathan CLARKE almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:80c8709a45cc986382c076ee301ac27693943cc2.
Updated by Matthieu CERDA almost 10 years ago
Applied in changeset policy-templates:commit:8e044da4e197336c56baf13a1db0c1ba7f9841aa.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.0~beta1 which was release on 01/12/2014.
- Announcement
- Changelog
- "Download information": https://www.rudder-project.org/site/get-rudder/downloads/
Actions