From 89d37f612bec255d9a966729680409cceb728e9c Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 13 Feb 2006 17:13:09 +0000 Subject: Fixing some problems with cron tab management, and creating Puppet::Util.{u,g}id methods. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@898 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/scope.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/puppet/parser') 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 -- cgit