Title: Message Title
Adrien Thebo commented on an issue
Hiera / Bug HI-221
Cannot concatenate arrays when interpolating
If I have a YAML data file with the following content :

{code}
---
myarray:
 - 1
 - 2
 - 3
myrefarray: "%{hiera('myarray')}"
{code}

And an other one with :

{code}
---
myrefarray:
  - 4
  - 5
  - 6
{code}

The command "hiera -d -c hiera.yaml myrefarray --array" returns :
["[1, 2, 3]", 4, 5, 6]

I would expect Hiera to return :
[...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to