Actions
Bug #4555
closedMissing body in update.cf in system techniques to copy files from ncf
Status:
Released
Priority:
1 (highest)
Assignee:
Matthieu CERDA
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The PR that fixed #4384 introduces a bug, the body copy_digest_without_perms is missing:
⇨ cf-promise check fails for promises generated at '/var/rudder/cfengine-community/inputs.new' ⇨ /var/rudder/cfengine-community/inputs.new/common/1.0/update.cf:147:0: error: Undefined body copy_digest_without_perms with type copy_from ⇨ /var/rudder/cfengine-community/inputs.new/common/1.0/update.cf:155:0: error: Undefined body copy_digest_without_perms with type copy_from
Indeed, this body is never added by the PR. I'll add it now.
#4384 only affects branches 2.9+ because ncf was introduced in 2.9.*.
Actions