summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/resourcedef.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-75/+0
|
* Fixing #806. Resources correctly look up their fully qualified definition ↵Luke Kanies2007-09-061-4/+6
| | | | type, just like resource references do, which causes the resource and reference to again agree on the full name of a given defined type.
* We now have a real configuration object, as a subclass of GRATR::Digraph, ↵Luke Kanies2007-09-041-163/+14
| | | | that has a resource graph including resources for the container objects like classes and nodes. It is apparently functional, but I have not gone through all of the other tests to fix them yet. That is next.
* Removing the Scope#setresource method, since it was essentially redundant. ↵Luke Kanies2007-09-031-3/+3
| | | | The work is done in either AST::ResourceDef#evaluate or Compile#store_resource.
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1922 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging the changes from the override-refactor branch. This is a ↵luke2006-10-041-0/+215
significant rewrite of the parser, but it has little affect on the rest of the code tree. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1726 980ebf18-57e1-0310-9a29-db15c13687c0