summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/parser.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#6928) Add a Parser face with Validate actionNick Lewis2011-04-131-0/+5
This will accept a number of manifests as arguments and check their syntax. If no filenames are specified, it will check the default 'manifest' setting. Paired-With: Jesse Wolfe