Actions
Bug #4025
closedThe failsafe of the initial promises cannot update promises
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the failsafe.cf within initial promises, the uuid cannot be read, so the promises cannot be updated via failsafe.cf (but they do via the promises.cf)
The cause is that g.uuid_file is not defined
any:: "uuid" string => readfile("$(g.uuid_file)", 60);
Updated by Nicolas CHARLES about 11 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/208
Updated by Jonathan CLARKE about 11 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
A few comments to address in the PR, please.
Updated by Nicolas CHARLES about 11 years ago
- Status changed from Discussion to Pending technical review
PR updated
Updated by Nicolas CHARLES about 11 years ago
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Updated by Nicolas CHARLES about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:20b57b839540d8eb8e4448b9f424faf8d8670bbe.
Updated by Jonathan CLARKE about 11 years ago
Applied in changeset commit:8910bc6e12a002e82c55cc2b678ff7b9b177fe2c.
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.4.12 which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-November/000061.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques
Actions