diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-13 17:13:09 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-13 17:13:09 +0000 |
commit | 89d37f612bec255d9a966729680409cceb728e9c (patch) | |
tree | 247e1998962da2fe23bdba404b8cce8b56233216 /lib/puppet/parser | |
parent | 96388cbd3b1a88a978e176b30b52d7753b70236b (diff) | |
download | puppet-89d37f612bec255d9a966729680409cceb728e9c.tar.gz puppet-89d37f612bec255d9a966729680409cceb728e9c.tar.xz puppet-89d37f612bec255d9a966729680409cceb728e9c.zip |
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
Diffstat (limited to 'lib/puppet/parser')
-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 |