Project

General

Profile

Actions

Bug #7499

closed

Use of nonexistant class cfengine_community makes failsafe.cf not copy CFEngine binaries to /var/rudder

Added by Jonathan CLARKE over 8 years ago. Updated over 8 years ago.

Status:
Released
Priority:
N/A
Category:
System techniques
Target version:
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.


Related issues 1 (0 open1 closed)

Related to Rudder - User story #6082: Make CFEngine binaries usable by everyone (mode 755)ReleasedBenoît PECCATTE2015-01-06Actions
Actions

Also available in: Atom PDF