Re: [Puppet Users] How use puppet data types in templates

2018-02-02 Thread Henrik Lindberg
On 02/02/18 12:16, Ilya wrote: Hi, how use in correct way puppet data types when you use call_function and lookup in templates, for example puppet server version 4.9 |<%=scope.call_function('lookup',['somekey','Array','deep'])-%>| In this way there is an error. Yes, that will not work

[Puppet Users] How use puppet data types in templates

2018-02-02 Thread Ilya
Hi, how use in correct way puppet data types when you use call_function and lookup in templates, for example puppet server version 4.9 <%= scope.call_function('lookup', ['somekey', 'Array', 'deep']) -%> In this way there is an error. -- You received this message because you are subscribed