Dan, I think what Moses meant was that Hiera will silently fail to load deep_merge (the LoadError is rescued silently), which makes the later failures more difficult to debug.
On Mon, Mar 18, 2013 at 12:09 PM, Dan White <[email protected]> wrote: > I was starting out from the command line, and it ain't so silent there ! > > https://gist.github.com/linuxdan/5187422 > > > “Sometimes I think the surest sign that intelligent life exists elsewhere in > the universe is that none of it has tried to contact us.” > Bill Waterson (Calvin & Hobbes) > > ________________________________ > From: "Moses Mendoza" <[email protected]> > To: [email protected] > Sent: Monday, March 18, 2013 1:10:01 PM > Subject: Re: [Puppet Users] Hiera 1.2.0-rc2 and deep-merge > > > Hey Dan, > > Thanks for pointing this out! You're totally right. Not only does it > require deep_merge, but it also appears to just fail silently if it's > not there. We're looking into it now. > > Cheers, > Moses > > > On Mon, Mar 18, 2013 at 7:33 AM, Dan White <[email protected]> wrote: >> Stumbled around a bit until I figured out you need to do this: >> >> gem install deep_merge >> >> to get it to work ! >> >> >> “Sometimes I think the surest sign that intelligent life exists elsewhere >> in the universe is that none of it has tried to contact us.” >> Bill Waterson (Calvin & Hobbes) >> >> -- >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Matthaus Owens Release Manager, Puppet Labs -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
