Since updating to the latest version of puppetserver, puppet agent and 
puppet db, I have a problem with hiera data arrays.

I have a webserver profile with this code :

[…]
apache::vhost {  "${vhost_config[hostname]}:${vhost_config[port]}" :
[…]
        serveraliases => $vhost_config['serveraliases'],
[…]
}

My hiera data contains :

serveraliases:
          - webmail.domain1
          - webmail.domain2
[etc…]

Everything works fine until I hit 27 server aliases. When I reach 27 server 
aliases and I run puppet agent -t, I get the following error :


Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Evaluation Error: Error while evaluating a Method call, bignum too big to 
convert into `long' at 
/etc/puppetlabs/code/environments/production/modules/profiles/manifests/apache_host.pp:261:20
 
on node …


Is there a limit on the number of elements a hiera array can contain ?

Anything else I missed in the changelog ? I had no problem until this last 
update.

Thanks.

EmAr.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6ccfc1c6-a61f-401e-bebb-4bf20520e390%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to