Feature #1636
Array support in host YAML
| Status: | New | Start: | 05/18/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 1 (View) |
Description
We need a way to put arrays in a nodes yaml with foreman. Without the ability to add something like this it makes it difficult to migrate with an already large base of puppet modules.
parameters:
foo:
- bar
- baz
