Project

General

Profile

Actions

Bug #7499

closed

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

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

Added by Jonathan CLARKE about 10 years ago. Updated almost 10 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 PECCATTEActions

Updated by Jonathan CLARKE about 10 years ago Actions #1

  • Related to User story #6082: Make CFEngine binaries usable by everyone (mode 755) added

Updated by Jonathan CLARKE about 10 years ago Actions #2

  • Status changed from New to In progress
  • Assignee set to Jonathan CLARKE

Updated by Jonathan CLARKE about 10 years ago Actions #3

  • 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 about 10 years ago Actions #4

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100

Updated by Vincent MEMBRÉ almost 10 years ago Actions #6

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.10.20, 2.11.17, 3.0.12 and 3.1.5 which were released today.

Actions

Also available in: PDF Atom