Actions
User story #16774
closedrl allow splitted global variables declaration
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
Description
Now that global variables declarations are properly handled (with a deep map of types) it can be useful to have several subvariables added to a given namespace.
Example:
```
declare sys.hostname.coucou.qwpeodfu.aswefo
declare sys.hostname.coucou.qwpeodfu.itsworking
declare sys.newvar
```
Note that adding this line will output an error since the hostname namespace already exists:
`declare sys.hostname`
Updated by Gaëtan POBLON almost 5 years ago
- Status changed from New to In progress
Updated by Gaëtan POBLON almost 5 years ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/2782
Updated by Anonymous over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2c326f543bb4d91406dc098e524bea41089dc498.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta1 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Actions