diff options
author | Luke Kanies <luke@madstop.com> | 2007-09-01 09:51:03 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-09-01 09:51:03 -0500 |
commit | 25f6d7c521cb0189cf691fb1c4bce4b675568300 (patch) | |
tree | 582dd091cbaf62135ce7e81902bb582f154c363f /lib/puppet/parser/parser_support.rb | |
parent | 62806bb8749d001354078f176fad8a0a54316efb (diff) | |
download | puppet-25f6d7c521cb0189cf691fb1c4bce4b675568300.tar.gz puppet-25f6d7c521cb0189cf691fb1c4bce4b675568300.tar.xz puppet-25f6d7c521cb0189cf691fb1c4bce4b675568300.zip |
Deleting old documentation that somehow made it back into the tree in the switch to git, and refactoring the evaluate_classes method on the compile object so I can use resources as intermediaries, thus making classes do late-binding evaluation.
Diffstat (limited to 'lib/puppet/parser/parser_support.rb')
-rw-r--r-- | lib/puppet/parser/parser_support.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/parser_support.rb b/lib/puppet/parser/parser_support.rb index 660fa8169..be1d73047 100644 --- a/lib/puppet/parser/parser_support.rb +++ b/lib/puppet/parser/parser_support.rb @@ -336,7 +336,7 @@ class Puppet::Parser::Parser args[param] = options[param] if options[param] end - @astset.definitions[name] = ast AST::Component, args + @astset.definitions[name] = ast AST::Definition, args end # Create a new node. Nodes are special, because they're stored in a global |