summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/resourceref.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-66/+0
|
* Fixing #806. Resources correctly look up their fully qualified definition ↵Luke Kanies2007-09-061-13/+27
| | | | 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-25/+19
| | | | 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.
* Adding the ability to specify relationships to classes, using Class[name] ↵luke2007-07-191-3/+9
| | | | | | resource references. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2715 980ebf18-57e1-0310-9a29-db15c13687c0
* The parser now throws an error when a resource reference is created for an ↵luke2007-07-081-0/+8
| | | | | | unknown type. Also, resource references look up defined types and translate their type accordingly. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2660 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging the changes from the override-refactor branch. This is a ↵luke2006-10-041-0/+44
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