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.
Actions