Actions
Architecture #18439
closedhomogenize class parameters names and descriptions for each resource
Status:
Released
Priority:
N/A
Assignee:
Gaëtan POBLON
Category:
System techniques
Target version:
Fix check:
To do
Regression:
Description
States should share the same class_parameter name for a given resource.
A resource always has a named parameter (or two). But its related states often use a different name for their class_parameter.
example:
resource file(path)
file state absent(target) -> file state absent(path)
file state from_template(destination) -> file state from_template(path)
This homogenization makes GM clearer and easier to deal with when it comes to rudderlang conversions (into/from JSON notably)
Updated by Anonymous almost 4 years ago
- Status changed from In progress to Pending release
Applied in changeset ncf:commit:2639a4c9d87265a6f4726250ffe1ed8cb589a584.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Updated by Nicolas CHARLES about 3 years ago
- Pull Request set to https://github.com/Normation/ncf/pull/1253
Actions