Define data used by node groups
The console offers multiple ways to specify data used in your manifests.
- Set configuration data: Specify values through automatic parameter lookup.
- Set parameters: Specify resource-style values used by a declared class.
- Set variables : Specify values to make available in Puppet code as top-scope variables.
You can structure parameters and variables as JSON, but, if they
can't be parsed as JSON, they're treated as strings.