Actions
Bug #19739
closedgenerated bundle name of technique is invalid, as it is postfixed by _technique
Bug #19739:
generated bundle name of technique is invalid, as it is postfixed by _technique
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
created a technique named DANIEL, generated technique.cf is
# generated by rudderc
# @name DANIEL
# @version 1.0
# @description
bundle agent DANIEL_technique {
vars:
"resources_dir" string => "${this.promise_dirname}/resources";
"args" slist => {};
"report_param" string => join("_", args);
"full_class_prefix" string => canonify("DANIEL_technique_${report_param}");
"class_prefix" string => string_head("${full_class_prefix}", "1000");
methods:
# File content:
#
and metadata is
<TECHNIQUE name="DANIEL">
<DESCRIPTION></DESCRIPTION>
<USEMETHODREPORTING>true</USEMETHODREPORTING>
<AGENT type="cfengine-community,cfengine-nova">
<BUNDLES>
<NAME>DANIEL</NAME>
</BUNDLES>
Updated by Alexis Mousset about 4 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Nicolas CHARLES about 4 years ago
- Assignee changed from Alexis Mousset to Nicolas CHARLES
Updated by Alexis Mousset about 4 years ago
- Assignee changed from Nicolas CHARLES to Alexis Mousset
Updated by Alexis Mousset about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3811
Updated by Alexis Mousset about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|cebdcd07f582f72e6feda06fab8cd89f742cfcf0.
Updated by Vincent MEMBRÉ about 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions