On 02/19/2014 11:23 PM, Erik Dalén wrote: > No, removing it means they behave the same as for variables, so they > are either global or local. But not passed on through include > statements etc.
Or even more specifically, variables have three scoping levels IIRC. 1. global scope 2. node scope 3. local scope And yes, this has proven amply powerful for variables and ought to suffice for resource defaults as well. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/530531E6.3020506%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/groups/opt_out.
