[Puppet Users] Re: hiera oddities

2013-09-30 Thread Tom Hanstra
Spot on! Thanks for pointing this out. Tom On Friday, September 27, 2013 1:35:42 PM UTC-4, Ellison Marks wrote: > > Prefix doesn't return a string, it returns an array. I think this gets > stringified in the error message, but it screws up the lookup. Try > hiera($role_value[0]). > > On Friday

[Puppet Users] Re: hiera oddities

2013-09-27 Thread Ellison Marks
Prefix doesn't return a string, it returns an array. I think this gets stringified in the error message, but it screws up the lookup. Try hiera($role_value[0]). On Friday, September 27, 2013 9:32:12 AM UTC-7, Tom Hanstra wrote: > > I'm having a real trouble getting hiera to work as expected. > >