
A common paradigm with userdata is to supply: userdata: str_replace: template: | <some script> params: param1: value1 With the contract on customUserData being a string, passing str_replace as the argument results in coercion to a string, which makes it invalid. Change-Id: I8bcf788522fc2428eaa3c8529ee11b5ed385099b
Murano Classes Metadata
This folder contains only 'core library' classes for Murano.
Any file located here will be included into Murano package (deb/rpm) and imported automatically during installation.
Any other classes should be imported manually via CLI or UI.
Such classes could be found in one of two external repositories:
- Murano App Incubator repository - https://github.com/murano-project/murano-app-incubator
- Murano Incubated Apps repository - doesn't exist yet