[Puppet - Feature #19188] configurable behavior with non-existing hiera variables

2013-02-21 Thread tickets
Issue #19188 has been updated by micah -. > So you would like to have something like a global default? Yeah, that is the point, a global default so you don't need to define a default for each key. > Why don’t you define a default yourself directly in the code? I do that, it works, but if I

[Puppet - Feature #19188] configurable behavior with non-existing hiera variables

2013-02-12 Thread tickets
Issue #19188 has been updated by Peter Meier. So you would like to have something like a global default? Or did you still think of a global default per key? 1. Why don't you define a default yourself directly in the code? Like: $a=hiera('a','a') $b=hiera('b','b') 2. What speaks against a s