Skip to content

Tag Archives: syntax

Testing Puppet syntax without running puppetd

23-Aug-10

Use the –parseonly (puppet.conf manpage: “just check the syntax of the manifests”) and –ignoreimport (“enables you to parse-check a single file rather than requiring that all files exist”) flags to the puppet comand: Reference: Puppet