Github user neykov commented on the issue:
https://github.com/apache/brooklyn-server/pull/321
I believe we can already do that with the existing functionality? Something
like:
```
services:
- type: SoftwareProcess
brooklyn.config:
template.substitutions:
key1: value1
key2: value2
```
```
key1: ${config['template.substitutions.key1']}
key2: ${config['template.substitutions.key2']}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---