Aw: Re: [Puppet Users] Problem with usage of arrays

2011-06-17 Thread Roband
http://projects.puppetlabs.com/issues/5127


Addressing array by index is not possible with Version 2.6.1

Unfortunately we can't update our puppet :-(


Tahnk you all for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/bA52_IB2vXUJ.
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.



Aw: Re: [Puppet Users] Problem with usage of arrays

2011-06-17 Thread Roband
Hi,

I tried

notice { $callapidata[1]: }

=> Same Error:
Could not retrieve catalog from remote server: Error 400 on SERVER: can't 
convert String into Integer at 
/etc/puppet/myenv/modules/uc4client/manifests/init.pp:41 on node testnode 

I use version 2.6.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/4ZKy4HH1KvwJ.
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.



[Puppet Users] Problem with usage of arrays

2011-06-16 Thread Roband
Hi there,

i can't use array in puppet. Here is my codesnipplet:

$callapidata = [ 'wert1','wert2']
notice $callapidata[1]

A puppetrun results in:

Could not retrieve catalog from remote server: Error 400 on SERVER:
can't convert String into Integer at /etc/puppet/myenv/modules/
uc4client/manifests/init.pp:41 on node testnode


Thanks for your help.


Greetings
Roband

-- 
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.