Talking a bit through my hat here.. but:

On 11-06-16 05:36 AM, Roband wrote:
> i can't use array in puppet. Here is my codesnipplet:
> 
> $callapidata = [ 'wert1','wert2']
> notice $callapidata[1]

try something like the following instead of the second line:

notice { $callapidata[1]: }

-- 
Gabriel Filion

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to