Actions
Bug #7499
closedUse of nonexistant class cfengine_community makes failsafe.cf not copy CFEngine binaries to /var/rudder
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In failsafe.cf:
130 files: 131 cfengine_community.!windows:: 132 "${sys.workdir}/bin/${components}" 133 perms => u_p("700"), 134 copy_from => cp("${cfengine_install_path}/bin/${components}","localhost"), 135 action => immediate;
The class cfengine_community does not exist. It should be community_edition.
This exact same promise also exists in the main promises.cf, so the action is performed anyway, so this is not a grave bug. However, in the case of a corrupt binary, this could cause trouble.
Updated by Jonathan CLARKE almost 9 years ago
- Related to User story #6082: Make CFEngine binaries usable by everyone (mode 755) added
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from New to In progress
- Assignee set to Jonathan CLARKE
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/798
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|850253907ed13bf5a09afa485dd9125d7570a321.
Updated by Nicolas CHARLES almost 9 years ago
Applied in changeset rudder-techniques|060986aba27d366e6ae561a7baaed81ab659397b.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions