Re: [Puppet Users] convert hiera value to string array using lookup in hiera

2023-11-14 Thread 'Tidhar Klein Orbach' via Puppet Users
Thank you Martin, it's exactly what I was looking for. Tidhar On Tue, Nov 14, 2023 at 9:35 AM Martin Alfke wrote: > Hi, > > Lookup always returns strings. > You can use alias to retrieve the original value data type. > > https://www.puppet.com/docs/puppet/7/hiera_merging.html#alias-function >

Re: [Puppet Users] convert hiera value to string array using lookup in hiera

2023-11-13 Thread Martin Alfke
Hi, Lookup always returns strings. You can use alias to retrieve the original value data type. https://www.puppet.com/docs/puppet/7/hiera_merging.html#alias-function Hth, Martin > On 13. Nov 2023, at 17:35, 'Tidhar Klein Orbach' via Puppet Users > wrote: > > Hi, > > I have a hiera file tha