diff options
Diffstat (limited to 'lib/puppet/parser/scope.rb')
-rw-r--r-- | lib/puppet/parser/scope.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb index d05ccac03..6cdc24178 100644 --- a/lib/puppet/parser/scope.rb +++ b/lib/puppet/parser/scope.rb @@ -564,6 +564,9 @@ module Puppet # in the scope tree, which is what provides some minimal closure-like # behaviour. def setobject(type, name, params, file, line) + # FIXME This objectlookup stuff should be looking up using both + # the name and the namevar. + # First see if we can look the object up using normal scope # rules, i.e., one of our parent classes has defined the # object or something |