On 03/07/2013 02:41 PM, llowder wrote: > > > On Thursday, March 7, 2013 6:38:52 AM UTC-6, Ahmed Kamal wrote: > > I'm on 3.1, and I'm finding that "true" works as expected, but > "false" does not! I think "false" is interpreted as "undef" or so, > thus taking value from the module's default params > > > False is being treated as the lookup function itself returning false - > which then means nil is used and the next level of looking for a default > (either the next level of hierarchy, the next backend or the defaults > defined with the class. > > I think this is supposed to be fixed in hiera 1.2, which just had rc1 > released, but I am not positive.
A-ha! Thank you guys, so it's not me doing something wrong after all... -- 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.
