summaryrefslogtreecommitdiffstats
path: root/spec/integration/parser
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for an external catalog versionLuke Kanies2009-08-011-0/+29
| | | | | | | | This allows you to specify a command used to determine the catalog version. Also added an integration test to verify the version cascades. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix #1907 (or sort) - 'require' puppet functionBrice Figureau2009-06-101-0/+27
This function acts exactly as the 'include' function, but also adds an ordering relation between the included class and the class where the require function is. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>