On Thursday, February 5, 2015 at 10:30:52 AM UTC-6, leam hall wrote:
>
> And on that note I moved the 
>
>   $servers           = hiera('ntp_servers') 
>
> to 
>
>   $servers           = hiera_array('ntp_servers') 
>
> and resolved the issue. Woo-hoo! 
>
>

Indeed.  As you discovered, the hiera() function (and automated data 
binding) perform priority lookups.  If you want array- or hash-merge 
lookups then you need to use the appropriate function specific to that kind 
of lookup.  This is an acknowledged limitation of Hiera -- in practice, the 
appropriate type of lookup for a given key is usually a property of the 
data, but there is no built-in way to represent that alongside the data.  
The data consumer somehow just has to know.  This is an especial problem 
for automated data binding, where you cannot even directly control the type 
of lookup performed.

Anyway, I'm glad you've got it sorted.  Yay!


John

-- 
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/2e257bcb-a29e-485f-b47c-cfaf1bbbe0fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to