Displaying 1 result from an estimated 1 matches for "wackyscop".
Did you mean:
wackyscope
2010 Nov 17
1
Lexical Scope: How does it work?
Let me start by saying that I am a fan of lexical scoping as a way of
increasing confidence in your execution models. I am hoping to move
from the now thoroughly debunked "wackyscope" model that used to plague
many programming languages over to proper lexical scoping in my puppet
configs. I''m just having trouble finding documentation of how this
works for puppet.
I understand that a lexically-scoped puppet config would need to use
parameterized classes. What I...