$ puppet parser --help |
USAGE: puppet parser <action> Interact directly with the parser.OPTIONS: |
--render-as FORMAT - The rendering format to use. |
--verbose - Whether to log verbosely. |
--debug - Whether to log debug information.ACTIONS: |
dump Outputs a dump of the internal parse tree for debugging |
validate Validate the syntax of one or more Puppet manifests.See 'puppet help parser' or 'man puppet-parser' for full help. |
|
$ puppet parser validate --help |
USAGE: puppet parser validate [<manifest>] [<manifest> ...]This action validates Puppet DSL syntax without compiling a catalog or |
syncing any resources. If no manifest files are provided, it will |
validate the default site manifest.RETURNS: Nothing, or the first syntax error encountered.OPTIONS: |
--render-as FORMAT - The rendering format to use. |
--verbose - Whether to log verbosely. |
--debug - Whether to log debug information.See 'puppet help parser' or 'man puppet-parser' for full help.
|